Added a missing /*

This commit is contained in:
Walter Julius Hennecke 2013-08-12 19:30:20 +02:00
parent f965ddc28e
commit 74f6adbfbb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "list.h"
#include <string.h>
/*
* Create a list_iter object for the linked_list list. The flag init can be
* either LIST_FRONT or LIST_BACK and indicates whether to start the iterator from the first
* or last item in the list