OSDN Git Service

- Fixed error message for importing a non-library.
authorRandy Heit <rheit@zdoom.fake>
Tue, 22 May 2012 20:55:50 +0000 (20:55 +0000)
committerRandy Heit <rheit@zdoom.fake>
Tue, 22 May 2012 20:55:50 +0000 (20:55 +0000)
SVN r3664 (trunk)

error.c

diff --git a/error.c b/error.c
index 2ada326..844613f 100644 (file)
--- a/error.c
+++ b/error.c
@@ -169,7 +169,7 @@ static struct
        { ERR_LOCAL_VAR_SHADOWED, "A global identifier already has this name." },\r
        { ERR_MULTIPLE_IMPORTS, "You can only #import one file." },\r
        { ERR_IMPORT_IN_EXPORT, "You cannot #import from inside an imported file." },\r
-       { ERR_EXPORTER_NOT_FLAGGED, "A file that you #import must have an #imported line." },\r
+       { ERR_EXPORTER_NOT_FLAGGED, "A file that you #import must have a #library line." },\r
        { ERR_TOO_MANY_IMPORTS, "Too many files imported." },\r
        { ERR_NO_NEED_ARRAY_SIZE, "Only map arrays need a size." },\r
        { ERR_NO_MULTIDIMENSIONS, "Only map arrays can have more than one dimension." },\r