From d57c7b423e36eecb61cc6052f52470499fed6dec Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 27 Feb 2020 22:25:40 -0600 Subject: [PATCH] Cleanup: FLL errors is now FLL status --- level_2/fll_status/c/status.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/level_2/fll_status/c/status.h b/level_2/fll_status/c/status.h index 04f3b86..573d1ec 100644 --- a/level_2/fll_status/c/status.h +++ b/level_2/fll_status/c/status.h @@ -1,14 +1,14 @@ /** * FLL - Level 2 * - * Project: Errors + * Project: Status * API Version: 0.5 * Licenses: lgplv2.1 * - * Provides error functions, such as those that translate status codes into strings. + * Provides status code functions, such as those that translate status codes into strings. */ -#ifndef _FLL_errors_h -#define _FLL_errors_h +#ifndef _FLL_status_h +#define _FLL_status_h // fll-0 includes #include @@ -51,4 +51,4 @@ extern "C" { } // extern "C" #endif -#endif // _FLL_errors_h +#endif // _FLL_status_h -- 1.8.3.1