fix build problem

This commit is contained in:
Fumitoshi UKAI
2003-09-22 21:27:42 +00:00
parent 604c11affe
commit b0754b366a
4 changed files with 21 additions and 19 deletions

View File

@@ -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 "?";
}