diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:38:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:38:45 +0000 |
commit | d8abe51562c11473ebcb823ad67c529be2c9dc92 (patch) | |
tree | 95f6f53b8060d72c7c0b206c728ab03d73590292 /src/datastore/test_datastore_api.c | |
parent | 721e49caeea6ba5073f8bc5c6c08359295c02bb5 (diff) |
style improvments wrt Mantis 1614 patch
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 feba0b7ac9..3b72020051 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -641,7 +641,7 @@ check () { char cfg_name[128]; #if START_DATASTORE - GNUNET_OS_Process *proc; + struct GNUNET_OS_Process *proc; #endif char *const argv[] = { "test-datastore-api", |