Skip to content

Commit

Permalink
fixed discription for 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfosse committed Mar 24, 2017
1 parent 351bcc2 commit 72a1b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x11-singly_linked_lists/4-free_list.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "lists.h"
/**
* free_list - frees all elements in a list_t list.
* @h: list to be freed.
* @head: list to be freed.
* Return: NONE.
*/
void free_list(list_t *head)
Expand Down

0 comments on commit 72a1b32

Please sign in to comment.