Skip to content
Snippets Groups Projects
Commit 6c25ea23 authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Fix minor comple error

parent 716fb90b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.40 2000/01/18 05:10:29 ishii Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.41 2000/01/18 13:46:10 ishii Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -85,7 +85,7 @@ const char *pg_encoding_to_char(int encoding)
int pg_char_to_encoding(const char *encoding_string)
{
elog(ERROR, "MultiByte support must be enabled to use this function");
return ("");
return (0);
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment