From e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 6 Apr 2002 05:26:15 +0000 Subject: 2002-04-05 Roland McGrath * vprint.c: Fix obsolete #endif syntax. --- vprint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vprint.c') diff --git a/vprint.c b/vprint.c index ea66c59..0dfbdcb 100644 --- a/vprint.c +++ b/vprint.c @@ -1,7 +1,7 @@ /* * Copyright (c) 1990,1992,1993 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the @@ -332,7 +332,7 @@ _doprnt_ansi(register const char *fmt, va_list args, FILE *stream) case 'X': base = 16; goto print_unsigned; - + case 'p': base = 16; altfmt = TRUE; @@ -430,4 +430,4 @@ _doprnt_ansi(register const char *fmt, va_list args, FILE *stream) } } -#endif !HAVE_VPRINTF +#endif /* !HAVE_VPRINTF */ -- cgit v1.2.3