aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmopen.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-12 19:57:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-12 19:57:14 +0000
commit489f84da8a6cde708db87cbc62fc17790223dab3 (patch)
treecdb11013852916075c7d52e2ba43b253a040d007 /src/gdbmopen.c
parent61e71c4983aceb09de04f8b52607038571154d88 (diff)
downloadgdbm-489f84da8a6cde708db87cbc62fc17790223dab3.tar.gz
gdbm-489f84da8a6cde708db87cbc62fc17790223dab3.tar.bz2
Bugfixes (pointed out by Matthew Burgess).
* src/gdbmopen.c: Fix a typo. * tests/Makefile.am ($(srcdir)/package.m4): Fix improper dependency.
Diffstat (limited to 'src/gdbmopen.c')
-rw-r--r--src/gdbmopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmopen.c b/src/gdbmopen.c
index b1b38b4..4443bed 100644
--- a/src/gdbmopen.c
+++ b/src/gdbmopen.c
@@ -27,7 +27,7 @@
#define GDBM_MAGIC GDBM_MAGIC32
#elif SIZEOF_OFF_T == 8
#define GDBM_MAGIC GDBM_MAGIC64
-#elif
+#else
#error "Unsupported off_t size, contact GDBM maintainer. What crazy system is this?!?"
#endif

Return to:

Send suggestions and report system problems to the System administrator.