diff options
Diffstat (limited to 'tests/tests.c')
-rw-r--r-- | tests/tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.c b/tests/tests.c index cbf7ff8..3696216 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -267,8 +267,8 @@ dmnsn_progressbar_async(const char *str, const dmnsn_progress *progress) /* Create the worker thread */ if (pthread_create(&barprogress->thread, NULL, &dmnsn_progressbar_thread, - payload) - != 0) { + payload) != 0) + { dmnsn_error(DMNSN_SEVERITY_HIGH, "Couldn't start progress bar background thread."); } |