mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Fix #109350, aplied patch from Peter N. Lundblad.
Original commit message from CVS: Fix #109350, aplied patch from Peter N. Lundblad.
This commit is contained in:
parent
480dfe3198
commit
5506241cf3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ G_STMT_START{ \
|
|||
|
||||
#define PUT_STRING(pfx, str, a...) \
|
||||
G_STMT_START{ \
|
||||
g_print ("%*.*s"str"\n", pfx, pfx, "", ##a); \
|
||||
g_print ("%*.*s"str"\n", pfx, pfx, "" , ##a); \
|
||||
}G_STMT_END
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue