diff --git a/lib/choicemenu.c b/lib/choicemenu.c index b472b31..4281048 100644 --- a/lib/choicemenu.c +++ b/lib/choicemenu.c @@ -109,7 +109,7 @@ void row_delete() { * @returns Void. */ void row_modify() { - printf("\n\t[CREATE TABLE]\n"); + printf("\n\t[MODIFY ROW]\n"); printf("Insert table to use:\t"); scanf("%s", table); printf("Insert identifier(s) to use:\t"); diff --git a/lib/utils.c b/lib/utils.c index 54962aa..a7f6a15 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1,4 +1,4 @@ - +/* utils.c */ /** @brief Hash `str` to `hash` for use in a switch case * * A string needs to be hashed for it to be used