diff options
author | Roland McGrath <roland@gnu.org> | 2002-04-06 05:26:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-04-06 05:26:15 +0000 |
commit | e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39 (patch) | |
tree | 303435859d658a3c567e75b26e5631db7b781aac | |
parent | b557ff67883ea99165966bd1ba2781301d662e98 (diff) | |
download | mig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.tar.gz mig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.tar.bz2 mig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.zip |
2002-04-05 Roland McGrath <roland@frob.com>
* vprint.c: Fix obsolete #endif syntax.
-rw-r--r-- | vprint.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |