aboutsummaryrefslogtreecommitdiffstats
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.c b/list.c
index eb2fe51..df0bfc4 100644
--- a/list.c
+++ b/list.c
@@ -165,7 +165,7 @@ static sortednode **selflookup_sortednode __P2 (sortednode *,self, sortednode **
while (*p && *p != self)
p = &(*p)->snext;
if (!*p) {
- PRINTF("#internal error, selflookup_sortednode(`%s') failed!\n", self->sortfield);
+ PRINTF("#internal error, selflookup_sortednode(\"%s\") failed!\n", self->sortfield);
error = INTERNAL_ERROR;
}
return p;