X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhash.c;h=9101d1f19eea6574e6a659c94b19b6b4780f9158;hb=b9fef27879f4ed4c19a612fe0f1dc2abaa623832;hp=eb43b54e7fedf24d7db0dd569cc34d885bb91dd4;hpb=14aac9fe7a7efbb6c9bded2ed5969a643cb76645;p=pspp diff --git a/src/libpspp/hash.c b/src/libpspp/hash.c index eb43b54e7f..9101d1f19e 100644 --- a/src/libpspp/hash.c +++ b/src/libpspp/hash.c @@ -542,7 +542,7 @@ hsh_dump (struct hsh_table *h) void **entry = h->entries; int i; - printf (_("hash table:")); + printf ("hash table:"); for (i = 0; i < h->size; i++) printf (" %p", *entry++); printf ("\n");