Remove trail spaces
This commit is contained in:
parent
d875891a3c
commit
4b93feb172
7 changed files with 91 additions and 91 deletions
|
@ -503,7 +503,7 @@ bool ExportImageAsCode(Image image, const char *fileName)
|
|||
success = SaveFileText(fileName, txtData);
|
||||
|
||||
RL_FREE(txtData);
|
||||
|
||||
|
||||
#endif // SUPPORT_IMAGE_EXPORT
|
||||
|
||||
if (success != 0) TRACELOG(LOG_INFO, "FILEIO: [%s] Image exported successfully", fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue