From: John Millaway Date: Tue, 20 Aug 2002 23:47:07 +0000 (+0000) Subject: Fixed oddball '=-'. X-Git-Tag: flex-2-5-15~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10e01536ca56a0f4b15a94cc998a8808ba1e3bf5;p=flex Fixed oddball '=-'. --- diff --git a/scanopt.c b/scanopt.c index 42c411d..d7b0fa0 100644 --- 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;