mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +00:00
Remove extra token after #endif
This commit is contained in:
parent
057532e7d7
commit
15b0b86339
@ -47,7 +47,7 @@ AL_FUNC(void, register_trace_handler, (AL_METHOD(int, handler, (AL_CONST char *m
|
|||||||
|
|
||||||
#ifndef TRACE
|
#ifndef TRACE
|
||||||
#define TRACE 1 ? (void) 0 : al_trace
|
#define TRACE 1 ? (void) 0 : al_trace
|
||||||
#endif TRACE
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user