aboutsummaryrefslogtreecommitdiffstats
path: root/test/testFuncs1.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/testFuncs1.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testFuncs1.h b/test/testFuncs1.h
index 3e32906..ec88050 100644
--- a/test/testFuncs1.h
+++ b/test/testFuncs1.h
@@ -2,8 +2,8 @@
/*the first line's been intentionally left blank.*/
/***********************************************************************************************************/
/*defines*/
-#ifndef TESTFUNCS1_H
-#define TESTFUNCS1_H
+#ifndef _TEST1_H
+#define _TEST1_H
#define FALSE 0
#define TRUE 1
@@ -129,7 +129,6 @@ void test27(void);
void test28(void);
int test29(int a);
int test31(void);
-
#endif
/***********************************************************************************************************/
/*ive been intentionally left blank. dont touch me.*/