mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764192 - Followup, fix red. r=me
This commit is contained in:
parent
80706a4a01
commit
359b2d608d
@ -1563,7 +1563,7 @@ void (*_malloc_message)(const char *p1, const char *p2, const char *p3,
|
|||||||
MOZ_CRASH(); \
|
MOZ_CRASH(); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
#elif
|
#else
|
||||||
# define RELEASE_ASSERT(assertion) assert(assertion)
|
# define RELEASE_ASSERT(assertion) assert(assertion)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user