aboutsummaryrefslogtreecommitdiff
path: root/sg_map26.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_map26.c')
-rw-r--r--sg_map26.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_map26.c b/sg_map26.c
index 5f92ca36..72a51af6 100644
--- a/sg_map26.c
+++ b/sg_map26.c
@@ -58,7 +58,7 @@
#include "sg_lib.h"
-static char * version_str = "1.05 20070127";
+static char * version_str = "1.05 20070419";
#define ME "sg_map26: "
@@ -1044,7 +1044,7 @@ int main(int argc, char * argv[])
fprintf(stderr, ME "version: %s\n", version_str);
return 0;
default:
- fprintf(stderr, "unrecognised switch code 0x%x ??\n",
+ fprintf(stderr, "unrecognised option code 0x%x ??\n",
c);
usage();
return SG_LIB_SYNTAX_ERROR;