diff options
| author | Ray <[email protected]> | 2020-02-27 13:33:09 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-27 13:33:09 +0100 |
| commit | 5ff07762351669e39e99a1751a97104a6db2c65f (patch) | |
| tree | 7eab82147d32a4387ba2fd35350bfba825176051 /src/raudio.c | |
| parent | 2a408d789c72f433ae5abdfde67dc8fa10232f11 (diff) | |
| download | raylib-5ff07762351669e39e99a1751a97104a6db2c65f.tar.gz raylib-5ff07762351669e39e99a1751a97104a6db2c65f.zip | |
Remove trail spaces and some tweaks
Diffstat (limited to 'src/raudio.c')
| -rw-r--r-- | src/raudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c index 4e7118fd..8a192c74 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -165,7 +165,7 @@ typedef struct tagBITMAPINFOHEADER { #if defined(RAUDIO_STANDALONE) #include <string.h> // Required for: strcmp() [Used in IsFileExtension()] - + #if !defined(TRACELOG) #define TRACELOG(level, ...) (void)0 #endif |
