mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@265 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2ff5069436
commit
679570ce45
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user