diff options
| author | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 00:36:31 +0200 |
| commit | fd191a32eacda23b54438550965fa8addf31e2e2 (patch) | |
| tree | bb3b8537ef0f4f534650e96b60134febe9a61238 /src/utils.c | |
| parent | fe9e82b2e689ad6ae13ae6680ae8f1576c498fe2 (diff) | |
| download | raylib-fd191a32eacda23b54438550965fa8addf31e2e2.tar.gz raylib-fd191a32eacda23b54438550965fa8addf31e2e2.zip | |
Remove trailing spaces
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index b922c890..9809e904 100644 --- a/src/utils.c +++ b/src/utils.c @@ -311,7 +311,7 @@ bool ExportDataAsCode(const char *data, unsigned int size, const char *fileName) if (success != 0) TRACELOG(LOG_INFO, "FILEIO: [%s] Data as code exported successfully", fileName); else TRACELOG(LOG_WARNING, "FILEIO: [%s] Failed to export data as code", fileName); - return success; + return success; } // Load text data from file, returns a '\0' terminated string |
