X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=28408539fac1977888f456257e7379abd4d6fea5;hb=f5ac248b3ab9a70dc43ec8f8b9063aa200d94136;hp=e7e2c19d2f15125ef31ec44c0d014c721e083c84;hpb=82b3b8dd0c9a27b1ba3ecb3599ad66a675beb773;p=vlc diff --git a/src/libvlc.c b/src/libvlc.c index e7e2c19d2f..28408539fa 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -1257,6 +1257,7 @@ static void Help( libvlc_int_t *p_this, char const *psz_help_name ) #ifdef WIN32 /* Pause the console because it's destroyed when we exit */ PauseConsole(); #endif + fflush( stdout ); } /*****************************************************************************