|
@@ -33,7 +34,7 @@ calloc_dbg(size_t num, size_t size, char * function, char * file, int line)
|
|
fprintf(stderr, "calloc of %d bytes at %s @%s:%d = ", num*size, function, file, line);
|
|
fprintf(stderr, "calloc of %d bytes at %s @%s:%d = ", num*size, function, file, line);
|
|
- fprtinf(stderr, "%p\n", ptr);
|
|
+ fprintf(stderr, "%p\n", ptr);
|