Skip to content

Commit

Permalink
betty-style fix, extra space.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfosse committed Mar 24, 2017
1 parent b22366a commit 5f0a5db
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
Expand Up @@ -13,5 +13,5 @@ void free_list(list_t *head)
copy = head->next;
free(head->str);
free(head);
}
}
}

0 comments on commit 5f0a5db

Please sign in to comment.