fix(codes/c): Fix file header error message (#298)

This commit is contained in:
Zero 2023-01-29 00:06:34 +08:00 committed by GitHub
parent af8ee88e50
commit 3a2a9a996c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/**
* File: linked_list.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero (glj0@outlook.com)
*/

View File

@ -1,6 +1,6 @@
/**
* File: list.c
* Created Time: 2022-01-12
* File: my_list.c
* Created Time: 2023-01-12
* Author: Zero (glj0@outlook.com)
*/

View File

@ -1,6 +1,6 @@
/**
* File: array_stack.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero (glj0@outlook.com)
*/

View File

@ -1,6 +1,6 @@
/**
* File: linkedlist_stack.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero (glj0@outlook.com)
*/