aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-scalarproduct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-scalarproduct.c')
-rw-r--r--src/scalarproduct/gnunet-scalarproduct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c
index 7dc8ff5c3..14495de05 100644
--- a/src/scalarproduct/gnunet-scalarproduct.c
+++ b/src/scalarproduct/gnunet-scalarproduct.c
@@ -277,7 +277,7 @@ run (void *cls,
277 struct GNUNET_SCALARPRODUCT_Element element; 277 struct GNUNET_SCALARPRODUCT_Element element;
278 char*separator = NULL; 278 char*separator = NULL;
279 279
280 /* get the length of the current key,value; tupel */ 280 /* get the length of the current key,value; tuple */
281 for (end = begin; *end != ';'; end++) 281 for (end = begin; *end != ';'; end++)
282 if (*end == ',') 282 if (*end == ',')
283 separator = end; 283 separator = end;