summaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 878e25a2e..57c2932a2 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -989,7 +989,7 @@ main_notify_handler (void *cls, const struct GNUNET_MessageHeader *msg)
989 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 989 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
990 "Unexpected message size for message of type %u\n", 990 "Unexpected message size for message of type %u\n",
991 mh->type); 991 mh->type);
992 GNUNET_break (0); 992 GNUNET_break_op (0);
993 continue; 993 continue;
994 } 994 }
995 if (GNUNET_OK != 995 if (GNUNET_OK !=