From dbd516d426cd54b2991be23f1e94938a41e97172 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Mar 2016 17:49:51 +0000 Subject: [PATCH] -fix build issue --- src/include/gnunet_datastore_plugin.h | 5 +++-- src/peerstore/Makefile.am | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h index 341954750..8e30e219c 100644 --- a/src/include/gnunet_datastore_plugin.h +++ b/src/include/gnunet_datastore_plugin.h @@ -195,7 +195,8 @@ typedef void */ typedef void (*PluginGetKeys) (void *cls, - PluginKeyProcessor proc, void *proc_cls); + PluginKeyProcessor proc, + void *proc_cls); /** @@ -246,7 +247,7 @@ typedef void * Update continuation. * * @param cls closure - * @param status #GNUNET_OK or #GNUNET_SYSERROR + * @param status #GNUNET_OK or #GNUNET_SYSERR * @param msg error message on error */ typedef void diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am index e8d865c46..766055baf 100644 --- a/src/peerstore/Makefile.am +++ b/src/peerstore/Makefile.am @@ -52,7 +52,6 @@ libgnunetpeerstore_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) if HAVE_SQLITE - plugin_LTLIBRARIES = \ libgnunet_plugin_peerstore_sqlite.la @@ -64,8 +63,6 @@ libgnunet_plugin_peerstore_sqlite_la_LIBADD = \ $(LTLIBINTL) libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -end - endif check_PROGRAMS = \ -- 2.25.1