1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 03:16:44 +02:00

another UB fix

This commit is contained in:
Jfreegman
2014-07-16 15:55:04 -04:00
parent ce4f293574
commit 83f0720a39
3 changed files with 13 additions and 6 deletions

View File

@ -247,4 +247,4 @@ int char_find(int idx, const char *s, char ch)
}
return i;
}
}