]> git.sur5r.net Git - cc65/blobdiff - src/common/cmdline.h
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / common / cmdline.h
index b18906c7a1b01d65ce093533d05edd5987c314e6..1caf0cfb64dbe651af68f652c959bdd7a8a0d4ca 100644 (file)
@@ -71,7 +71,7 @@ struct LongOpt {
 
 
 
-void InitCmdLine (int* aArgCount, char** aArgVec[], const char* aProgName);
+void InitCmdLine (int* aArgCount, char*** aArgVec, const char* aProgName);
 /* Initialize command line parsing. aArgVec is the argument array terminated by
 ** a NULL pointer (as usual), ArgCount is the number of valid arguments in the
 ** array. Both arguments are remembered in static storage.