changeset 2916:a78fcdeb63d2

cppi, on one line
author Jim Meyering <jim@meyering.net>
date Wed, 25 Oct 2000 06:01:24 +0000
parents 5690d50326cb
children 4628f36cf812
files lib/obstack.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -457,7 +457,7 @@
 
 /* Define the error handler.  */
 # ifndef _
-# if defined HAVE_LIBINTL_H || defined _LIBC
+#  if defined HAVE_LIBINTL_H || defined _LIBC
 #   include <libintl.h>
 #   ifndef _
 #    define _(Str) gettext (Str)