mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
mesa: suppress extra newline
This commit is contained in:
parent
0bc214a834
commit
36b0f26721
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ one_time_init( GLcontext *ctx )
|
|||
}
|
||||
|
||||
#if defined(DEBUG) && defined(__DATE__) && defined(__TIME__)
|
||||
_mesa_debug(ctx, "Mesa %s DEBUG build %s %s\n",
|
||||
_mesa_debug(ctx, "Mesa %s DEBUG build %s %s",
|
||||
MESA_VERSION_STRING, __DATE__, __TIME__);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue