X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/75b164e2434686240fb4005432dc404f80cd8536..f2ecc1fd04d5b842b8373e589395e0118cbe62d0:/sbr/utils.c diff --git a/sbr/utils.c b/sbr/utils.c index f24f00de..4a460762 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -56,7 +56,7 @@ mh_xrealloc(void *ptr, size_t size) return mh_xmalloc(size); if (size == 0) - adios(NULL, "Tried to realloc 0bytes"); + adios(NULL, "Tried to realloc 0 bytes"); memory = realloc(ptr, size); if (!memory)