From 574c448ef375ecf058355ad999fddaf9a0a081e7 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 20 Mar 2024 23:33:27 -0500 Subject: [PATCH] Cleanup: Simple mistakes in the Example program sources. Fix the use of "Firewall" which should instead be "Example". Remove extra space. --- level_3/example/c/main/common.h | 2 +- level_3/example/c/main/common/type.h | 2 +- level_3/example/c/main/example.h | 2 +- level_3/example/data/build/settings | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/level_3/example/c/main/common.h b/level_3/example/c/main/common.h index a27d850..0dfd7f7 100644 --- a/level_3/example/c/main/common.h +++ b/level_3/example/c/main/common.h @@ -1,7 +1,7 @@ /** * FLL - Level 3 * - * Project: Firewall + * Project: Example * API Version: 0.7 * Licenses: lgpl-2.1-or-later * diff --git a/level_3/example/c/main/common/type.h b/level_3/example/c/main/common/type.h index c5b4c1c..37f1f19 100644 --- a/level_3/example/c/main/common/type.h +++ b/level_3/example/c/main/common/type.h @@ -1,7 +1,7 @@ /** * FLL - Level 3 * - * Project: Firewall + * Project: Example * API Version: 0.7 * Licenses: lgpl-2.1-or-later * diff --git a/level_3/example/c/main/example.h b/level_3/example/c/main/example.h index 4c9dfda..67862e5 100644 --- a/level_3/example/c/main/example.h +++ b/level_3/example/c/main/example.h @@ -46,7 +46,7 @@ #include #include -// Firewall includes. +// Example includes. #include #include #include diff --git a/level_3/example/data/build/settings b/level_3/example/data/build/settings index 1e95546..3542567 100644 --- a/level_3/example/data/build/settings +++ b/level_3/example/data/build/settings @@ -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 -- 1.8.3.1