Skip to content

Commit

Permalink
fix(codes/c): Fix file header error message (krahets#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonglja authored Jan 28, 2023
1 parent af8ee88 commit 3a2a9a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codes/c/chapter_array_and_linkedlist/linked_list.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* File: linked_list.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero ([email protected])
*/

Expand Down
4 changes: 2 additions & 2 deletions codes/c/chapter_array_and_linkedlist/my_list.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* File: list.c
* Created Time: 2022-01-12
* File: my_list.c
* Created Time: 2023-01-12
* Author: Zero ([email protected])
*/

Expand Down
2 changes: 1 addition & 1 deletion codes/c/chapter_stack_and_queue/array_stack.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* File: array_stack.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero ([email protected])
*/

Expand Down
2 changes: 1 addition & 1 deletion codes/c/chapter_stack_and_queue/linkedlist_stack.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* File: linkedlist_stack.c
* Created Time: 2022-01-12
* Created Time: 2023-01-12
* Author: Zero ([email protected])
*/

Expand Down

0 comments on commit 3a2a9a9

Please sign in to comment.