aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/helper.c')
-rw-r--r--src/plugins/fs/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/helper.c b/src/plugins/fs/helper.c
index 5b3e801a..cb0298ce 100644
--- a/src/plugins/fs/helper.c
+++ b/src/plugins/fs/helper.c
@@ -92,7 +92,7 @@ parseTime (const char *t, GNUNET_Int32Time * param)
92 else if (0 == strncasecmp (&t[start], "h", strlen ("h"))) 92 else if (0 == strncasecmp (&t[start], "h", strlen ("h")))
93 ret += GNUNET_CRON_HOURS * val; 93 ret += GNUNET_CRON_HOURS * val;
94 else 94 else
95 return GNUNET_SYSERR; /* parse error */ 95 return GNUNET_SYSERR; /* parse error */
96 while (t[pos] == ' ') 96 while (t[pos] == ' ')
97 pos++; 97 pos++;
98 } 98 }