mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-27 04:21:42 +00:00
Make syntax in ini more concise
This commit is contained in:
parent
14c12eb0e5
commit
e383d07594
1 changed files with 1 additions and 3 deletions
|
|
@ -215,9 +215,7 @@ fail:
|
|||
* Deletes ini_t struct from memory.
|
||||
*/
|
||||
void ini_free(ini_t *ini) {
|
||||
if (ini) {
|
||||
free(ini->data);
|
||||
}
|
||||
if (ini) free(ini->data);
|
||||
free(ini);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue