X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=28408539fac1977888f456257e7379abd4d6fea5;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=e7e2c19d2f15125ef31ec44c0d014c721e083c84;hpb=e756f1322837217ab392d627346986434555f6ac;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 ); } /*****************************************************************************