]> granicus.if.org Git - flex/commitdiff
Fixed oddball '=-'.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 20 Aug 2002 23:47:07 +0000 (23:47 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 20 Aug 2002 23:47:07 +0000 (23:47 +0000)
scanopt.c

index 42c411d267eaa81d860269c8e00a9875d4fa1348..d7b0fa00f1ca01892b7d4d7f430b4102083746c9 100644 (file)
--- a/scanopt.c
+++ b/scanopt.c
@@ -677,7 +677,7 @@ scanopt (svoid, arg, optindex)
     struct _scanopt_t* s;
     struct _aux * auxp;
     int is_short;
-    int opt_offset=-1;
+    int opt_offset = -1;
 
     s = (struct _scanopt_t*)svoid;