diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-19 11:31:54 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-07-19 11:31:54 +0000 |
commit | 87cf0236288683f61fc29d0235b4bde1c1522204 (patch) | |
tree | fb8bf3cbf850a4741137fb4f0615fa1162f14d10 /src/datastore/test_datastore_api.c | |
parent | e7fa24a65fa751f5dbfe2d4c17a64aaf19c2fce5 (diff) |
bugfixes
git-svn-id: https://gnunet.org/svn/gnunet@8750 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index e9545bbf18..56cf0e5881 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -68,7 +68,7 @@ get_data (int i) static int get_type(int i) { - return i; + return i+1; } |