From b0754b366a9b0351029c768c0699e6168b546b7f Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 22 Sep 2003 21:27:42 +0000 Subject: fix build problem --- entity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entity.c') diff --git a/entity.c b/entity.c index d6db6c9..c4a43c2 100644 --- a/entity.c +++ b/entity.c @@ -1,4 +1,4 @@ -/* $Id: entity.c,v 1.5 2003/09/22 21:02:18 ukai Exp $ */ +/* $Id: entity.c,v 1.6 2003/09/22 21:27:42 ukai Exp $ */ #ifdef DUMMY #include "Str.h" #define NBSP " " @@ -62,5 +62,5 @@ conv_entity(unsigned int c) } #endif #endif - return p ? p : "?"; + return "?"; } -- cgit v1.2.3