Minor cleanup
This commit is contained in:
parent
23d0cb2fc9
commit
5dc96476fe
@ -172,7 +172,7 @@ int LoadSave_loadRocketXMLDialog(char* path, TrackData* trackData)
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static const char* whitespace_cb(mxml_node_t *node, int where)
|
static const char* whitespaceCallback(mxml_node_t* node, int where)
|
||||||
{
|
{
|
||||||
const char* name = mxmlGetElement(node);
|
const char* name = mxmlGetElement(node);
|
||||||
|
|
||||||
@ -264,7 +264,7 @@ int LoadSave_saveRocketXML(const char* path, TrackData* trackData)
|
|||||||
}
|
}
|
||||||
|
|
||||||
fp = fopen(path, "wt");
|
fp = fopen(path, "wt");
|
||||||
mxmlSaveFile(xml, fp, whitespace_cb);
|
mxmlSaveFile(xml, fp, whitespaceCallback);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user