From: H.G. Muller Date: Mon, 11 Feb 2013 20:51:30 +0000 (+0100) Subject: Correct typo in error message X-Git-Tag: 4.8S~14 X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=e5df489b7b5c71852d62fb69d9fb2ca87b9e97ad Correct typo in error message --- diff --git a/fairymax.c b/fairymax.c index 47b9ca5..a78c851 100644 --- a/fairymax.c +++ b/fairymax.c @@ -467,7 +467,7 @@ void LoadGame(char *name) f = fopen(inifile, "r"); if(f==NULL) - { printf("telluser piece-desription file '%s' not found\n", inifile); + { printf("telluser piece-description file '%s' not found\n", inifile); exit(0); } if(fscanf(f, "version 4.8(%c)", &c)!=1 || c != 'w')