aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-19 11:31:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-19 11:31:54 +0000
commit1e879063d6c677c3cb0f57bbc61b8d908aeb2a05 (patch)
treefb8bf3cbf850a4741137fb4f0615fa1162f14d10 /src/datastore/test_datastore_api.c
parentc6689c4e233c663f79cf00449e70ce3c56653f1c (diff)
downloadgnunet-1e879063d6c677c3cb0f57bbc61b8d908aeb2a05.tar.gz
gnunet-1e879063d6c677c3cb0f57bbc61b8d908aeb2a05.zip
bugfixes
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index e9545bbf1..56cf0e588 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -68,7 +68,7 @@ get_data (int i)
68static int 68static int
69get_type(int i) 69get_type(int i)
70{ 70{
71 return i; 71 return i+1;
72} 72}
73 73
74 74