no more \m

SVN revision: 11938
This commit is contained in:
Carsten Haitzler 2004-10-21 06:18:02 +00:00
parent 3489ea4645
commit e85003bdef
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ eet_cache_del(Eet_File *ef, Eet_File ***cache, int *cache_num)
new_cache = realloc(new_cache, new_cache_num * sizeof(Eet_File *)); new_cache = realloc(new_cache, new_cache_num * sizeof(Eet_File *));
if (!new_cache) if (!new_cache)
{ {
fprintf(stderr, "BAD ERROR! Eet realloc of cache list failed. abort\m"); fprintf(stderr, "BAD ERROR! Eet realloc of cache list failed. Abort\n");
abort(); abort();
} }
} }