Skip to content

Commit

Permalink
sec fault error
Browse files Browse the repository at this point in the history
  • Loading branch information
djp424 committed Jan 25, 2017
1 parent e520b82 commit bea374b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concepts/2_linked_lists/1_single_linked/single.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ int main() {
printf("Not empty\n");
}

// insertStart(6); // causes seg fault
insertStart(6); // causes seg fault
insertStart(2);
insertStart(4);
insertStart(6);
insertStart(8);
insertStart(6);
insertStart(100);
// insertStart(6); // causes seg fault
insertStart(6); // causes seg fault

printList();

Expand Down

0 comments on commit bea374b

Please sign in to comment.