[CLASSES]: Fix oom message prefix

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-02 18:02:08 -02:00
parent 9618245851
commit 6705960010
1 changed files with 1 additions and 1 deletions

View File

@ -1688,7 +1688,7 @@ void cus__for_each_cu(struct cus *self,
static void oom(const char *msg)
{
fprintf(stderr, "pahole: out of memory(%s)\n", msg);
fprintf(stderr, "libclasses: out of memory(%s)\n", msg);
exit(EXIT_FAILURE);
}