aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-service-identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-service-identity.c')
-rw-r--r--src/identity/gnunet-service-identity.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c
index 409124fde..f55e65019 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -800,9 +800,9 @@ handle_delete_message (void *cls, struct GNUNET_SERVER_Client *client,
800 * 800 *
801 * @param cls NULL 801 * @param cls NULL
802 * @param filename name of the file to parse 802 * @param filename name of the file to parse
803 * @return GNUNET_OK to continue to iterate, 803 * @return #GNUNET_OK to continue to iterate,
804 * GNUNET_NO to stop iteration with no error, 804 * #GNUNET_NO to stop iteration with no error,
805 * GNUNET_SYSERR to abort iteration with error! 805 * #GNUNET_SYSERR to abort iteration with error!
806 */ 806 */
807static int 807static int
808process_ego_file (void *cls, 808process_ego_file (void *cls,