diff src/database.c @ 2495:ef4226f3a790

[xemacs-hg @ 2005-01-21 20:07:04 by malcolmp] database.c: Repair typo in NetBSD fix.
author malcolmp
date Fri, 21 Jan 2005 20:07:06 +0000
parents bd98c3f9e578
children 5e4893b16f7c
line wrap: on
line diff
--- a/src/database.c	Fri Jan 21 12:09:18 2005 +0000
+++ b/src/database.c	Fri Jan 21 20:07:06 2005 +0000
@@ -47,7 +47,7 @@
 #ifdef HAVE_INTTYPES_H
 #define __BIT_TYPES_DEFINED__
 #include <inttypes.h>
-##if !defined(__FreeBSD__) && !defined(__NetBSD__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 typedef uint8_t  u_int8_t;
 typedef uint16_t u_int16_t;
 typedef uint32_t u_int32_t;