]> Shamusworld >> Repos - rmac/blobdiff - rmac.c
Fixed missing error reporting on fixup stage.
[rmac] / rmac.c
diff --git a/rmac.c b/rmac.c
index fa64f777c72f866e5601ab7f305b897b23ea0c7b..7239af2b622bb5d872b8e597ca4a0e544f662eed 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -573,7 +573,7 @@ int process(int argc, char ** argv)
        init_list();                                    // Listing generator
 
        // Process command line arguments and assemble source files
-       for(argno = 0; argno < argc; ++argno)
+       for(argno=0; argno<argc; ++argno)
        {
                if (*argv[argno] == '-')
                {