diff options
| author | Ray <[email protected]> | 2023-02-15 17:36:31 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-02-15 17:36:31 +0100 |
| commit | 2766835ed432a2ad575635ce338aa1389078cb12 (patch) | |
| tree | be3dd3fdfbbcf02a36ed14a3eaa6619581adafb5 /parser/raylib_parser.c | |
| parent | 9eaed07b77bd6c9004175c9a641a573671cadb29 (diff) | |
| download | raylib-2766835ed432a2ad575635ce338aa1389078cb12.tar.gz raylib-2766835ed432a2ad575635ce338aa1389078cb12.zip | |
REPLACE: TABS by 4 spaces
Diffstat (limited to 'parser/raylib_parser.c')
| -rw-r--r-- | parser/raylib_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index 7bb8cf7f..94ff9562 100644 --- a/parser/raylib_parser.c +++ b/parser/raylib_parser.c @@ -209,8 +209,8 @@ int main(int argc, char* argv[]) if (buffer == NULL) { - printf("Could not read input file: %s\n", inFileName); - return 1; + printf("Could not read input file: %s\n", inFileName); + return 1; } // Preprocess buffer to get separate lines |
