mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
util: add \n to debug_checkpoint_full
Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
fb40f1f532
commit
155cf15ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ void _debug_assert_fail(const char *expr,
|
|||
*/
|
||||
#ifdef DEBUG
|
||||
#define debug_checkpoint_full() \
|
||||
_debug_printf("%s:%u:%s", __FILE__, __LINE__, __FUNCTION__)
|
||||
_debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
|
||||
#else
|
||||
#define debug_checkpoint_full() \
|
||||
((void)0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue