Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/citrus oops, forgot to add "else"



details:   https://anonhg.NetBSD.org/src/rev/d72436d1f483
branches:  trunk
changeset: 570153:d72436d1f483
user:      soda <soda%NetBSD.org@localhost>
date:      Sat Sep 25 23:56:44 2004 +0000

description:
oops, forgot to add "else"

diffstat:

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

diffs (17 lines):

diff -r f5960c728d07 -r d72436d1f483 lib/libc/citrus/citrus_ctype_template.h
--- a/lib/libc/citrus/citrus_ctype_template.h   Sat Sep 25 23:51:31 2004 +0000
+++ b/lib/libc/citrus/citrus_ctype_template.h   Sat Sep 25 23:56:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: citrus_ctype_template.h,v 1.27 2004/09/25 23:51:31 soda Exp $  */
+/*     $NetBSD: citrus_ctype_template.h,v 1.28 2004/09/25 23:56:44 soda Exp $  */
 
 /*-
  * Copyright (c)2002 Citrus Project,
@@ -696,6 +696,7 @@
 #if _ENCODING_IS_STATE_DEPENDENT
        if (err == 0)
                *nresult = (int)(nr + rsz);
+       else
 #else
        *nresult = (int)nr;
 #endif



Home | Main Index | Thread Index | Old Index