projects
/
fairymax.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9448cbd
)
Correct typo in error message
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 11 Feb 2013 20:51:30 +0000 (21:51 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 12 Feb 2013 09:06:06 +0000 (10:06 +0100)
fairymax.c
patch
|
blob
|
history
diff --git
a/fairymax.c
b/fairymax.c
index
47b9ca5
..
a78c851
100644
(file)
--- a/
fairymax.c
+++ b/
fairymax.c
@@
-467,7
+467,7
@@
void LoadGame(char *name)
\r
f = fopen(inifile, "r");
\r
if(f==NULL)
\r
- { printf("telluser piece-desription file '%s' not found\n", inifile);
\r
+ { printf("telluser piece-description file '%s' not found\n", inifile);
\r
exit(0);
\r
}
\r
if(fscanf(f, "version 4.8(%c)", &c)!=1 || c != 'w')
\r