Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib/crt/dos labels needs statements



details:   https://anonhg.NetBSD.org/src/rev/745fc96c6660
branches:  trunk
changeset: 549982:745fc96c6660
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 27 07:09:17 2003 +0000

description:
labels needs statements

diffstat:

 sys/arch/i386/stand/lib/crt/dos/doscommain.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f669fb62ae9d -r 745fc96c6660 sys/arch/i386/stand/lib/crt/dos/doscommain.c
--- a/sys/arch/i386/stand/lib/crt/dos/doscommain.c      Sun Jul 27 07:04:46 2003 +0000
+++ b/sys/arch/i386/stand/lib/crt/dos/doscommain.c      Sun Jul 27 07:09:17 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: doscommain.c,v 1.2 1999/04/14 10:58:00 drochner Exp $  */
+/*     $NetBSD: doscommain.c,v 1.3 2003/07/27 07:09:17 mrg Exp $       */
 
 /*
  * Copyright (c) 1996
@@ -106,6 +106,7 @@
                        case doing_arg:
                                /* ignore in the middle of arguments */
                        default:
+                               break;
                        }
                        continue;
                }



Home | Main Index | Thread Index | Old Index