aboutsummaryrefslogtreecommitdiff
path: root/vprint.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-04-06 05:26:15 +0000
committerRoland McGrath <roland@gnu.org>2002-04-06 05:26:15 +0000
commite7762e05b0ac0cca1c095072d36a4d5c3ffb2b39 (patch)
tree303435859d658a3c567e75b26e5631db7b781aac /vprint.c
parentb557ff67883ea99165966bd1ba2781301d662e98 (diff)
downloadmig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.tar.gz
mig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.tar.bz2
mig-e7762e05b0ac0cca1c095072d36a4d5c3ffb2b39.zip
2002-04-05 Roland McGrath <roland@frob.com>
* vprint.c: Fix obsolete #endif syntax.
Diffstat (limited to 'vprint.c')
-rw-r--r--vprint.c6
1 files changed, 3 insertions, 3 deletions
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 */