summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-14 13:05:58 +0200
committermbkma <[email protected]>2021-11-09 22:32:23 +0100
commit38b4b11d1e597242d3427a65ec185b53e501e262 (patch)
tree4d847728e7b17a5652a4fde89ccdb7efba6d2900
parent51dbf1dd21fcd8ced00342374f64fef3bcfb0758 (diff)
downloadmate-calc-38b4b11d1e597242d3427a65ec185b53e501e262.tar.bz2
mate-calc-38b4b11d1e597242d3427a65ec185b53e501e262.tar.xz
parserfunc: fix include guard
-rw-r--r--src/parserfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parserfunc.h b/src/parserfunc.h
index cf049b0..d794839 100644
--- a/src/parserfunc.h
+++ b/src/parserfunc.h
@@ -1,4 +1,4 @@
-#ifndef PAESERFUNC_H
+#ifndef PARSERFUNC_H
#define PARSERFUNC_H
#include "parser.h"