Commit f97bb3f1 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keystroke.c: fix formatting

parent c134b93a
...@@ -300,7 +300,7 @@ static void parse_keystroke_file(void) ...@@ -300,7 +300,7 @@ static void parse_keystroke_file(void)
if (homedir == NULL) if (homedir == NULL)
{ {
fprintf(stderr, "malloc failed"); fprintf(stderr, "malloc failed");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
filename = calloc(1, strlen(homefile) + strlen(homedir) + 1); filename = calloc(1, strlen(homefile) + strlen(homedir) + 1);
if (filename == NULL) if (filename == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment