From 56a782ee75b63d6769f67168951f812c3e9bd388 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 17 Jan 2011 21:30:44 +0100 Subject: [PATCH 1/4] Say "internal error" first; fix underscore. --- src/rec-types.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/rec-types.c b/src/rec-types.c index 2056d3c..077be55 100644 --- a/src/rec-types.c +++ b/src/rec-types.c @@ -425,7 +425,7 @@ rec_type_new (char *str) { /* This point should not be reached. */ fprintf (stderr, - _("rec-types: internal error: got REC_TYPE_NONE from rec_type_parse_type kind in rec_type_new.\n")); + _("internal error: rec-types: got REC_TYPE_NONE from rec_type_parse_type_kind() in rec_type_new().\n")); exit (EXIT_FAILURE); break; } -- 1.6.3.3