This commit is contained in:
Tonton Th 2019-03-03 18:03:50 +01:00
parent 75e796f316
commit 43b625b5ef
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fprintf(stderr, "surface is %d pixels, need %d bytes\n", surface, size);
fptr = (float *)malloc(size);
if (NULL==fptr) {
fprintf(stderr, "%s : nom mem, exiting.\n", __func__);
fprintf(stderr, "%s : no mem, exiting.\n", __func__);
exit(1);
}