mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +08:00 
			
		
		
		
	fix(codes/c): Fix file header error message (#298)
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
/**
 | 
			
		||||
 * File: linked_list.c
 | 
			
		||||
 * Created Time: 2022-01-12
 | 
			
		||||
 * Created Time: 2023-01-12
 | 
			
		||||
 * Author: Zero (glj0@outlook.com)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
/**
 | 
			
		||||
 * File: array_stack.c
 | 
			
		||||
 * Created Time: 2022-01-12
 | 
			
		||||
 * Created Time: 2023-01-12
 | 
			
		||||
 * Author: Zero (glj0@outlook.com)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
/**
 | 
			
		||||
 * File: linkedlist_stack.c
 | 
			
		||||
 * Created Time: 2022-01-12
 | 
			
		||||
 * Created Time: 2023-01-12
 | 
			
		||||
 * Author: Zero (glj0@outlook.com)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user