diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-27 07:16:32 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-27 07:16:32 +0000 |
commit | 2af64898902ea5def231dc0ba17fcd197dfb0c66 (patch) | |
tree | cba7390d72ec4f3c72e68a3695af91fd64059932 /src/regex | |
parent | 3d00a970cd7ff12dc20bb8f88171e21846f610e7 (diff) |
-missing newline
Diffstat (limited to 'src/regex')
-rw-r--r-- | src/regex/regex_block_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c index cd72469576..cc9e1a08ef 100644 --- a/src/regex/regex_block_lib.c +++ b/src/regex/regex_block_lib.c @@ -175,7 +175,7 @@ check_edge (void *cls, struct CheckEdgeContext *ctx = cls; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "edge %.*s [%u]: %sn", + "edge %.*s [%u]: %s\n", (int) len, token, (unsigned int) len, |