]> git.sesse.net Git - vlc/commitdiff
unimotion: fix warning
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 31 Aug 2014 21:50:13 +0000 (23:50 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 31 Aug 2014 21:50:13 +0000 (23:50 +0200)
modules/control/unimotion.h

index 4c7118a60bbe5e3d3d1bc05192dd01b1478a45f6..347cba7a2bb8c0c6cdeeb11f022bae28f31c3d42 100644 (file)
@@ -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