diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-06-24 21:23:02 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-06-24 21:23:02 +0200 |
| commit | 14bc8a3883663656cd4254567a978002c062992d (patch) | |
| tree | 66f2c72f026c0142d9f0e74d272af5ed4b4863bb /src/stlfile.h | |
| parent | 5569ec2abd2c8f31554a02587fda842e4da7eba3 (diff) | |
| download | enowars5-service-stldoctor-14bc8a3883663656cd4254567a978002c062992d.tar.gz enowars5-service-stldoctor-14bc8a3883663656cd4254567a978002c062992d.zip | |
refactored code for readability and keeping within 80ch limit, updated service source
Diffstat (limited to 'src/stlfile.h')
| -rw-r--r-- | src/stlfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stlfile.h b/src/stlfile.h index d321282..ae4bf36 100644 --- a/src/stlfile.h +++ b/src/stlfile.h @@ -9,6 +9,8 @@ #include "util.h" +#define FMT_ERR(...) ERR("FORMAT " __VA_ARGS__) + enum { KW_INVALID = -1, KW_UNKNOWN, |
