summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <>2005-10-26 22:56:05 +0000
committerchris <>2005-10-26 22:56:05 +0000
commitbc5f3491fae84fbc6abf03ab4edcc93d1c1eb0a9 (patch)
tree847032c21a64c7b54336be43c703805e18397536
parent3f2d5210c9461a6590e792ed2e36cb4f5b48aa90 (diff)
downloadiftop-bc5f3491fae84fbc6abf03ab4edcc93d1c1eb0a9.zip
Whitespace.
-rw-r--r--config/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pthread.c b/config/pthread.c
index a682e33..76a28e6 100644
--- a/config/pthread.c
+++ b/config/pthread.c
@@ -40,7 +40,7 @@ int main(void) {
struct timespec deadline = {0};
if ((res = pthread_mutex_lock(&mtx)) != 0
|| (res = pthread_create(&thr, NULL, worker_thread, NULL)) != 0) {
- fprintf(stderr, "%s\n", strerror(res));
+ fprintf(stderr, "%s\n", strerror(res));
return -1;
}