vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Aug 31 23:50:13 2014 +0200| [901d25addc059ca1912e7e4de588922332e740f1] | committer: Felix Paul Kühne
unimotion: fix warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=901d25addc059ca1912e7e4de588922332e740f1 --- modules/control/unimotion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/control/unimotion.h b/modules/control/unimotion.h index 4c7118a..347cba7 100644 --- a/modules/control/unimotion.h +++ b/modules/control/unimotion.h @@ -35,7 +35,7 @@ enum sms_hardware { // prototypes for the functions in unimotion.c // returns the value of SMS hardware present or unknown if no hardware is detected -int detect_sms(); +int detect_sms(void); // use the value returned from detect_sms as the type // these functinos return 1 on success and 0 on failure _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
