From f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 8 Dec 2011 02:17:18 +0100 Subject: [PATCH] avconv: remove unsubstantiated comment All the currently supported OS-es manage to use return values properly. --- avconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avconv.c b/avconv.c index 54aa89b117..3b1500b01d 100644 --- a/avconv.c +++ b/avconv.c @@ -556,7 +556,7 @@ void exit_program(int ret) exit (255); } - exit(ret); /* not all OS-es handle main() return value */ + exit(ret); } static void assert_avoptions(AVDictionary *m)