]> git.sur5r.net Git - cc65/blobdiff - src/ar65/extract.c
Reverted r5835 because of Olivers changes to the asm includes.
[cc65] / src / ar65 / extract.c
index 6355fd1e1f604fd1f88301d4bcdc91f00945868a..e6769f76f577abfe6a779b2ab172422507ae0d9e 100644 (file)
@@ -58,7 +58,7 @@ void ExtractObjFiles (int argc, char* argv [])
        Error ("No library name given");
     }
     if (argc <= 1) {
-       Error ("No object files to add");
+       Error ("No object files to extract");
     }
 
     /* Open the library, read the index */