From 14bc8a3883663656cd4254567a978002c062992d Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 24 Jun 2021 21:23:02 +0200 Subject: refactored code for readability and keeping within 80ch limit, updated service source --- service/src/stlfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/src/stlfile.h') diff --git a/service/src/stlfile.h b/service/src/stlfile.h index 11b7f66..76e138c 100644 --- a/service/src/stlfile.h +++ b/service/src/stlfile.h @@ -9,6 +9,8 @@ #include "util.h" +#define FMT_ERR(...) ERR("FORMAT " __VA_ARGS__) + enum { KW_INVALID = -1, KW_UNKNOWN, -- cgit v1.2.3-71-gd317