diff options
Diffstat (limited to 'tests/tests.c')
-rw-r--r-- | tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c index 67e5ee1..b938d39 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -20,6 +20,7 @@ #include "tests.h" +/* Print a progress bar of the progress of `progress' */ void progressbar(const char *str, const dmnsn_progress *progress) { |