diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 10:58:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 10:58:30 +0200 |
commit | b81f15e6542d124ef22347e1b793894494695b3d (patch) | |
tree | 4c91a2ec5c51547a205d597d934c3c12bf4bd622 /client/ui_errcatch.c | |
parent | 0b246d96f4928755b50a005dd954f051c717ed02 (diff) |
`make format`
Diffstat (limited to 'client/ui_errcatch.c')
-rw-r--r-- | client/ui_errcatch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/ui_errcatch.c b/client/ui_errcatch.c index 2d695aa..5c9cf34 100644 --- a/client/ui_errcatch.c +++ b/client/ui_errcatch.c @@ -35,9 +35,7 @@ char *w2_err_format(w2_s_error *error) { return ret_str; } -void w2_ui_onkey_errcatch(int ch) { - -} +void w2_ui_onkey_errcatch(int ch) {} void w2_ui_tab_errcatch(bool first) { g_w2_errcatch_log_line = 0; |