]> Kevux Git Server - fll/commitdiff
Cleanup: Simple mistakes in the Example program sources.
authorKevin Day <kevin@kevux.org>
Thu, 21 Mar 2024 04:33:27 +0000 (23:33 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 21 Mar 2024 04:33:27 +0000 (23:33 -0500)
Fix the use of "Firewall" which should instead be "Example".
Remove extra space.

level_3/example/c/main/common.h
level_3/example/c/main/common/type.h
level_3/example/c/main/example.h
level_3/example/data/build/settings

index a27d850f0fea780e852ee5df57605d1edd6c0815..0dfd7f77c0fddb8f8062df92a263a92dfb958c37 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * FLL - Level 3
  *
- * Project: Firewall
+ * Project: Example
  * API Version: 0.7
  * Licenses: lgpl-2.1-or-later
  *
index c5b4c1c366f0a4d4e650a94caf4fe4b135442407..37f1f19e1e20b7e2770dde5ab17ceeebe0b2905c 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * FLL - Level 3
  *
- * Project: Firewall
+ * Project: Example
  * API Version: 0.7
  * Licenses: lgpl-2.1-or-later
  *
index 4c9dfdafc00c36d1319eed134a65d5ea64034b67..67862e5f0420bb83853f818ad6f569605fb67453 100644 (file)
@@ -46,7 +46,7 @@
 #include <fll/level_2/print.h>
 #include <fll/level_2/program.h>
 
-// Firewall includes.
+// Example includes.
 #include <program/example/main/common/define.h>
 #include <program/example/main/common/enumeration.h>
 #include <program/example/main/common/print.h>
index 1e95546eeaf46df70ff4697722a259104227d93c..3542567addabc889937f404944c070e2f7793b2f 100644 (file)
@@ -49,7 +49,7 @@ build_sources_library main/example.c main/signal.c main/thread.c
 build_sources_program main/main.c
 
 build_sources_headers main/common.h main/common/define.h main/common/enumeration.h main/common/print.h main/common/string.h main/common/type.h
-build_sources_headers main/print/data.h  main/print/debug.h main/print/error.h main/print/message.h main/print/verbose.h main/print/warning.h
+build_sources_headers main/print/data.h main/print/debug.h main/print/error.h main/print/message.h main/print/verbose.h main/print/warning.h
 build_sources_headers main/example.h main/signal.h main/thread.h
 
 build_sources_documentation man