forked from tTh/FloatImg
type
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user