diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:32:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:32:09 +0200 |
commit | 45b62beddc014daf0ad5da0320155598b641a7ea (patch) | |
tree | 90f41c2999fd5e68de378c4be27eb00bbd8c81cd /mongotimer.c | |
parent | Exit when user presses q (diff) | |
download | mongotimer-45b62beddc014daf0ad5da0320155598b641a7ea.tar.gz mongotimer-45b62beddc014daf0ad5da0320155598b641a7ea.tar.bz2 mongotimer-45b62beddc014daf0ad5da0320155598b641a7ea.tar.xz |
Improve makefile + m whitespace fix1.1.4
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mongotimer.c')
-rw-r--r-- | mongotimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mongotimer.c b/mongotimer.c index 5bf9e0f..7fe6e05 100644 --- a/mongotimer.c +++ b/mongotimer.c @@ -32,6 +32,7 @@ #include "mongo_c.h" #include "mongo_m.h" + static const char **mongo_ds[] = { mongo_0, mongo_1, mongo_2, mongo_3, mongo_4, mongo_5, mongo_6, mongo_7, mongo_8, mongo_9 |