Bladeren bron

ncd: rename boolean.h --> static_strings_utils.h

ambrop7 13 jaren geleden
bovenliggende
commit
990c2e7099
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      ncd/modules/arithmetic.c
  2. 1 1
      ncd/static_strings_utils.h

+ 1 - 1
ncd/modules/arithmetic.c

@@ -72,7 +72,7 @@
 #include <misc/parse_number.h>
 #include <misc/parse_number.h>
 #include <ncd/NCDModule.h>
 #include <ncd/NCDModule.h>
 #include <ncd/static_strings.h>
 #include <ncd/static_strings.h>
-#include <ncd/boolean.h>
+#include <ncd/static_strings_utils.h>
 
 
 #include <generated/blog_channel_ncd_arithmetic.h>
 #include <generated/blog_channel_ncd_arithmetic.h>
 
 

+ 1 - 1
ncd/boolean.h → ncd/static_strings_utils.h

@@ -1,5 +1,5 @@
 /**
 /**
- * @file boolean.h
+ * @file static_strings_utils.h
  * @author Ambroz Bizjak <[email protected]>
  * @author Ambroz Bizjak <[email protected]>
  * 
  * 
  * @section LICENSE
  * @section LICENSE