aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index d9280a37d..df0094cf4 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -311,6 +311,8 @@ GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time,
311 { "d", 24 * 60 * 60 * 1000LL * 1000LL}, 311 { "d", 24 * 60 * 60 * 1000LL * 1000LL},
312 { "day", 24 * 60 * 60 * 1000LL * 1000LL}, 312 { "day", 24 * 60 * 60 * 1000LL * 1000LL},
313 { "days", 24 * 60 * 60 * 1000LL * 1000LL}, 313 { "days", 24 * 60 * 60 * 1000LL * 1000LL},
314 { "week", 7 * 24 * 60 * 60 * 1000LL * 1000LL},
315 { "weeks", 7 * 24 * 60 * 60 * 1000LL * 1000LL},
314 { "a", 31536000000000LL /* year */ }, 316 { "a", 31536000000000LL /* year */ },
315 { NULL, 0} 317 { NULL, 0}
316 }; 318 };