remove .o files
This commit is contained in:
parent
61041efd02
commit
2cf652f8ba
BIN
src/debug.o
BIN
src/debug.o
Binary file not shown.
BIN
src/hash.o
BIN
src/hash.o
Binary file not shown.
@ -192,7 +192,7 @@ pub_data *get_data(int64_t id) {
|
|||||||
|
|
||||||
while(tmp != NULL) {
|
while(tmp != NULL) {
|
||||||
data = (pub_data*) tmp->data;
|
data = (pub_data*) tmp->data;
|
||||||
|
tmp = tmp->next;
|
||||||
if(data->id == id)
|
if(data->id == id)
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
BIN
src/node.o
BIN
src/node.o
Binary file not shown.
BIN
src/parser.o
BIN
src/parser.o
Binary file not shown.
Loading…
Reference in New Issue
Block a user