typo
This commit is contained in:
parent
75e796f316
commit
43b625b5ef
@ -84,7 +84,7 @@ fprintf(stderr, "surface is %d pixels, need %d bytes\n", surface, size);
|
|||||||
|
|
||||||
fptr = (float *)malloc(size);
|
fptr = (float *)malloc(size);
|
||||||
if (NULL==fptr) {
|
if (NULL==fptr) {
|
||||||
fprintf(stderr, "%s : nom mem, exiting.\n", __func__);
|
fprintf(stderr, "%s : no mem, exiting.\n", __func__);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user