summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rstsmack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rstsmack.c b/src/rstsmack.c
index 8513897..1a97c93 100644
--- a/src/rstsmack.c
+++ b/src/rstsmack.c
@@ -95,7 +95,7 @@ static int parse_and_set(const char *srcfile)
linebuf[linebuf_len - 1] = '\0';
else {
LOGINFO("Invalid label length (%u)\n", linebuf_len);
- fclose(fp);
+ fclose(fp);
return -1;
}
LOGINFO("no label, set label: %s, access=\"_\"(floor)\n", linebuf);