[vlc-commits] unimotion: fix warning

Felix Paul Kühne git at videolan.org
Sun Aug 31 23:57:52 CEST 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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



More information about the vlc-commits mailing list