From cc13059092bce65620bea15c422115a5d693716a Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:04:58 +0900 Subject: int func should be void --- device-functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device-functions.c') diff --git a/device-functions.c b/device-functions.c index 243edee..fa070bd 100644 --- a/device-functions.c +++ b/device-functions.c @@ -1403,7 +1403,7 @@ int Set_zout(int channel,int setting,int really_for_zout) } -int Set_Use_Vctrl_PW_Range(int channel, gboolean mode) +void Set_Use_Vctrl_PW_Range(int channel, gboolean mode) { // This is a bit hackish. // The Zout hardware/software is used in AVPP and similar units -- cgit