This commit is contained in:
tth 2019-11-07 11:56:19 +01:00
parent bfe9fd56ff
commit a1657c8b18
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ char *cptr;
cptr = rindex(fname, '.');
if (NULL==cptr) {
fprintf(stderr, "do dot in %s\n", fname);
fprintf(stderr, "No dot in %s\n", fname);
return -1;
}