aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-11-03 21:38:45 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-11-03 21:38:45 +0000
commit82b14bfefaf73bb5f84bf1fa3170103349f6d461 (patch)
tree95f6f53b8060d72c7c0b206c728ab03d73590292 /src/fs/test_fs_unindex.c
parent23f8ad972fba676ee8cc90aca9a057f9c0f1235e (diff)
style improvments wrt Mantis 1614 patch
git-svn-id: https://gnunet.org/svn/gnunet@13541 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r--src/fs/test_fs_unindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index 0afed8f063..7adc4d229a 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -52,7 +52,7 @@ struct PeerContext
{
struct GNUNET_CONFIGURATION_Handle *cfg;
#if START_ARM
- GNUNET_OS_Process *arm_proc;
+ struct GNUNET_OS_Process *arm_proc;
#endif
};