mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Added a missing /*
This commit is contained in:
parent
f965ddc28e
commit
74f6adbfbb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue