changeset 442:54081d784d75

Rename header #ifdef guards.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 17:13:47 +0300
parents 2991e6b52d95
children 1d2d214ac433
files th_args.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.h	Thu Oct 12 17:12:50 2017 +0300
+++ b/th_args.h	Thu Oct 12 17:13:47 2017 +0300
@@ -7,8 +7,8 @@
  */
 /// @file
 /// @brief Simple commandline argument processing function
-#ifndef TH_ARGS
-#define TH_ARGS
+#ifndef TH_ARGS_H
+#define TH_ARGS_H
 
 #include "th_util.h"
 #include <stdio.h>
@@ -54,4 +54,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif // TH_ARGS
+#endif // TH_ARGS_H