aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index bd8c359..6d01068 100644
--- a/src/core.c
+++ b/src/core.c
@@ -44,7 +44,8 @@ int run(const char *fname)
FILE *f = fopen(fname, "rb");
if (!f) {
- fprintf(stderr, "failed opening %s: %s\n", fname, strerror(errno));
+ fprintf(stderr, "failed opening %s: %s\n", fname,
+ strerror(errno));
return -1;
}