aboutsummaryrefslogtreecommitdiff
path: root/common/err.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 21:09:41 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 21:09:41 +0100
commita454f9e1f2b09d4799e8ac3c4a4eb62bbba7b823 (patch)
tree99c17c5dc928143645dee9c57d346f8f8c3e3607 /common/err.h
parent8b1de3b34222ec6d8e6c99f7897b9cbd5fbba264 (diff)
downloaduwu-lang-a454f9e1f2b09d4799e8ac3c4a4eb62bbba7b823.tar.xz
common/ refactoring
Diffstat (limited to 'common/err.h')
-rw-r--r--common/err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/err.h b/common/err.h
index 1dccbf9..34620bb 100644
--- a/common/err.h
+++ b/common/err.h
@@ -1,5 +1,5 @@
-#ifndef _ERR_H_
-#define _ERR_H_
+#ifndef _COMMON_ERR_H_
+#define _COMMON_ERR_H_
#include <stdio.h>
#include <stdlib.h>