diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
commit | 1c7c0bd747c839fb1e449e98cec942894821addf (patch) | |
tree | 01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/errcatch.c | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'client/errcatch.c')
-rw-r--r-- | client/errcatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/errcatch.c b/client/errcatch.c index e8d696a..5e39b00 100644 --- a/client/errcatch.c +++ b/client/errcatch.c @@ -16,4 +16,3 @@ void w2_errcatch_handle_error(w2_s_error *error) { return; } - |