diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-08 14:56:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-08 14:56:00 +0200 |
commit | 867a54109c1bf25617fa46fd4c776db10d56fa8d (patch) | |
tree | 69e487f68821bf9e64b421e5369c450394bd04a6 /shared | |
parent | 92a43e07b10903d5f1a572ebdf9a40571b75e73d (diff) |
`make format`0.6.0
Diffstat (limited to 'shared')
-rw-r--r-- | shared/errcatch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/errcatch.h b/shared/errcatch.h index 07835c4..a56bc00 100644 --- a/shared/errcatch.h +++ b/shared/errcatch.h @@ -97,4 +97,3 @@ void w2_errcatch_throw_msg(w2_e_errorcode code, uint16_t length, const char *mes * TODO: doesn't handle null pointers from malloc */ w2_s_error *w2_alloc_error(w2_e_errorcode code, uint16_t length, const char *message); - |