Fix off-by-one.
[apps/pfixtools.git] / postlicyd / filter_tokens.sh
index f34d36d..1cbb090 100755 (executable)
@@ -46,8 +46,8 @@ EOF
 do_h() {
     do_hdr
     cat <<EOF
-#ifndef PFIXTOOLS_FILTERS_H
-#define PFIXTOOLS_FILTERS_H
+#ifndef PFIXTOOLS_FILTERS_TOKENS_H
+#define PFIXTOOLS_FILTERS_TOKENS_H
 
 typedef enum filter_token {
     FTK_UNKNOWN = -1,