diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:31:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:31:21 +0200 |
commit | e06f4914b08d5d7c58bc201f731feb8d12145785 (patch) | |
tree | c7457af491a2645cf32aaefe63caf8a012482488 /mongoclock.c | |
parent | Exit when q is pressed (diff) | |
download | mongoclock-1d7108a81ab10a8784ec2244e1d82c288e057baa.tar.gz mongoclock-1d7108a81ab10a8784ec2244e1d82c288e057baa.tar.bz2 mongoclock-1d7108a81ab10a8784ec2244e1d82c288e057baa.tar.xz |
Improve makefile + m whitespace fix3.1.5
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mongoclock.c')
-rw-r--r-- | mongoclock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mongoclock.c b/mongoclock.c index 6e8b6a0..6218d5f 100644 --- a/mongoclock.c +++ b/mongoclock.c @@ -33,6 +33,7 @@ #include "mongo_9.h" #include "mongo_c.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 |