diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-23 16:48:20 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-23 16:48:20 +0000 |
commit | 2fa54e35ccd4e85e153e1110a96b781ea920784f (patch) | |
tree | f86f199997f4cdb03f22bcd9ef9eabce8e9a43c0 | |
parent | 3f3fe6075e6a43a5b0686d12c9dc29f98771248d (diff) |
fixed prototype for setup-function
svn path=/trunk/externals/zexy/; revision=4467
-rw-r--r-- | src/0x7c0x7c0x7e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/0x7c0x7c0x7e.c b/src/0x7c0x7c0x7e.c index 8c2afb1..675f0ac 100644 --- a/src/0x7c0x7c0x7e.c +++ b/src/0x7c0x7c0x7e.c @@ -259,7 +259,7 @@ static void oror_tilde_setup(void) /* ---------------------- global setup ------------------------- */ -void z_oror__setup() +void z_oror__setup(void) { oror_tilde_setup(); } |