Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/citrus forgot to replace #else with #endif, thanks ...



details:   https://anonhg.NetBSD.org/src/rev/ad366926bbdc
branches:  trunk
changeset: 570156:ad366926bbdc
user:      soda <soda%NetBSD.org@localhost>
date:      Sun Sep 26 00:35:51 2004 +0000

description:
forgot to replace #else with #endif, thanks yamt again.

diffstat:

 lib/libc/citrus/citrus_ctype_template.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ba1b4a299f4f -r ad366926bbdc lib/libc/citrus/citrus_ctype_template.h
--- a/lib/libc/citrus/citrus_ctype_template.h   Sun Sep 26 00:26:14 2004 +0000
+++ b/lib/libc/citrus/citrus_ctype_template.h   Sun Sep 26 00:35:51 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: citrus_ctype_template.h,v 1.29 2004/09/26 00:17:15 yamt Exp $  */
+/*     $NetBSD: citrus_ctype_template.h,v 1.30 2004/09/26 00:35:51 soda Exp $  */
 
 /*-
  * Copyright (c)2002 Citrus Project,
@@ -699,9 +699,8 @@
        if (err == 0)
                *nresult = (int)(nr + rsz);
        else
-#else
+#endif
        *nresult = (int)nr;
-#endif
 
        return 0;
 }



Home | Main Index | Thread Index | Old Index