-fix ftbfs
[oweals/gnunet.git] / src / sensor / gnunet-service-sensor_reporting.c
index d08d67449f96af708e3fb562ecdff82e608a8e31..f37735ec1f2c320d06b76ace7ddb3ad48b422939 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C)
+     Copyright (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -162,9 +162,9 @@ struct ValueInfo
   struct GNUNET_PEERSTORE_WatchContext *wc;
 
   /**
-   * Collection point reporting task (or #NULL)
+   * Collection point reporting task (or NULL)
    */
-  struct GNUNET_SCHEDULER_Task * reporting_task;
+  struct GNUNET_SCHEDULER_Task *reporting_task;
 
 };