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 --- src/stlfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stlfile.h') 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, -- cgit v1.2.3-71-gd317