Skip to content

Commit

Permalink
betty fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfosse committed Mar 24, 2017
1 parent 5f5dedf commit 3bb61f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x11-singly_linked_lists/3-add_node_end.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "lists.h"
/**
* add_node - adds new element at the end of a list.
* add_node_end - adds new element at the end of a list.
* @head: list to add too.
* @str: element to add.
* Return: returns the adress of new element, NULL on fail.
Expand Down

0 comments on commit 3bb61f5

Please sign in to comment.