-fix build issue
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 Mar 2016 17:49:51 +0000 (17:49 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 Mar 2016 17:49:51 +0000 (17:49 +0000)
src/include/gnunet_datastore_plugin.h
src/peerstore/Makefile.am

index 3419547507354c399eafe159ca55064b6ff12f2b..8e30e219c2e140077083331ef090a252d213a4c0 100644 (file)
@@ -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
index e8d865c465e5afdf6050d30b23013ae0852f1eb5..766055baf86a45e3ecce610707d9eb9fa6f4cd57 100644 (file)
@@ -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 = \