mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Add missing return func when GLib < 2.50
CID 1463854 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
This commit is contained in:
parent
012288910b
commit
0f1dffdcc0
1 changed files with 1 additions and 2 deletions
|
@ -582,8 +582,7 @@ gst_validate_has_colored_output (void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
if (!isatty (STDOUT_FILENO))
|
return isatty (STDOUT_FILENO);
|
||||||
return FALSE;
|
|
||||||
#elif defined(G_OS_WIN32)
|
#elif defined(G_OS_WIN32)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue