~vorlon/ubuntu/precise/grub2/lp.942846

« back to all changes in this revision

Viewing changes to grub-core/normal/cmdline.c

  • Committer: Colin Watson
  • Date: 2011-05-16 22:43:37 UTC
  • mfrom: (1892.1.515 grub)
  • Revision ID: cjwatson@canonical.com-20110516224337-27u9u9wef4gc8ibj
merge from Debian 1.99-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
    grub_term_gotoxy (cl_term->term, cl_term->xpos, cl_term->ypos);
241
241
  }
242
242
 
243
 
  void cl_set_pos_all ()
 
243
  void cl_set_pos_all (void)
244
244
  {
245
245
    unsigned i;
246
246
    for (i = 0; i < nterms; i++)