aboutsummaryrefslogtreecommitdiffstats
path: root/entity.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 21:27:42 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-22 21:27:42 +0000
commitb0754b366a9b0351029c768c0699e6168b546b7f (patch)
treea63c9bc56e5ee4c429effec67a8818c03f1d45e0 /entity.c
parentmerge m17n patch (diff)
downloadw3m-b0754b366a9b0351029c768c0699e6168b546b7f.tar.gz
w3m-b0754b366a9b0351029c768c0699e6168b546b7f.zip
fix build problem
Diffstat (limited to '')
-rw-r--r--entity.c4
1 files changed, 2 insertions, 2 deletions
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 "?";
}