aboutsummaryrefslogtreecommitdiff
path: root/hidio_windows.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-01-02 20:45:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-01-02 20:45:40 +0000
commitb0bcd9b29958f455d0fdda415a0ab0510bcd0a1f (patch)
tree9c80060d6676c1fe4b037ed180b9f09158f39d23 /hidio_windows.c
parent6c512b8ebcf07f655dc2d76b7d1d52158c52450f (diff)
fixed ff function return values across files
svn path=/trunk/externals/io/hidio/; revision=7127
Diffstat (limited to 'hidio_windows.c')
-rw-r--r--hidio_windows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hidio_windows.c b/hidio_windows.c
index 8d8ec9c..c4c24d8 100644
--- a/hidio_windows.c
+++ b/hidio_windows.c
@@ -520,13 +520,13 @@ void hidio_output_device_name(t_hidio *x, char *manufacturer, char *product)
/* ------------------------------------------------------------------------------ */
/* cross-platform force feedback functions */
-t_int hidio_ff_autocenter( t_hidio *x, t_float value )
+void hidio_ff_autocenter( t_hidio *x, t_float value )
{
return EXIT_SUCCESS;
}
-t_int hidio_ff_gain( t_hidio *x, t_float value )
+void hidio_ff_gain( t_hidio *x, t_float value )
{
return EXIT_SUCCESS;
}