commit
This commit is contained in:
parent
d149e5c768
commit
994572a7e3
4 changed files with 148 additions and 107 deletions
2
conf.c
2
conf.c
|
@ -51,4 +51,4 @@ void addListener(ptListener listenerChain, char name[], int age, int level) {
|
|||
px -> next = (ptListener) malloc(sizeof(tListener));
|
||||
px -> next -> next = NULL;
|
||||
px -> next -> prev = px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue