mirror of
https://github.com/Wessel/mariadb-example.git
synced 2026-07-16 13:35:10 +02:00
feat: typo
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user