~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to term/tparm.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
751
751
    va_list ap;
752
752
    char *result;
753
753
 
 
754
    if (!string)
 
755
      return "";
 
756
 
754
757
    va_start (ap, string);
755
758
    result = tparam_internal (string, ap);
756
759
    va_end (ap);