From: Kevin Day Date: Tue, 1 Dec 2020 02:29:34 +0000 (-0600) Subject: Cleanup: f_account should use "account" and not "pipe". X-Git-Tag: 0.5.2~49 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3a24bddef0c07f95347851f1efc6443fab4aeed6;p=fll Cleanup: f_account should use "account" and not "pipe". This is likely a copy and paste mistake where I forgot to fully update the comments. --- diff --git a/level_0/f_account/c/account-common.h b/level_0/f_account/c/account-common.h index 73d1f7d..625e1c1 100644 --- a/level_0/f_account/c/account-common.h +++ b/level_0/f_account/c/account-common.h @@ -1,13 +1,13 @@ /** * FLL - Level 0 * - * Project: Pipe + * Project: Account * API Version: 0.5 * Licenses: lgplv2.1 * - * Defines common data to be used for/by pipe console. + * Defines common data to be used for/by account related functionality. * - * This is auto-included by pipe.h and should not need to be explicitly included. + * This is auto-included by account.h and should not need to be explicitly included. */ #ifndef _F_account_common_h #define _F_account_common_h diff --git a/level_0/f_account/c/account.h b/level_0/f_account/c/account.h index 2a64c8b..7f8ba68 100644 --- a/level_0/f_account/c/account.h +++ b/level_0/f_account/c/account.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Pipe + * Project: Account * API Version: 0.5 * Licenses: lgplv2.1 *