Commit a315b955 by Richard Kenner

Add missing blanks

From-SVN: r39431
parent ae9dc931
......@@ -1323,12 +1323,12 @@ fatal VPARAMS ((const char *str, ...))
#endif
va_list ap;
VA_START(ap, str);
VA_START (ap, str);
#ifndef ANSI_PROTOTYPES
str = va_arg (ap, const char *);
#endif
v_fatal(str, ap);
va_end(ap);
v_fatal (str, ap);
va_end (ap);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment