This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
fix #ifdef glitch
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@648 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq
21 years ago
parent
a3add5c6bf
commit
abbddeb29f
1 changed files
with
2 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
jack/jack.h
+ 2
- 4
jack/jack.h
View File
@@ -700,10 +700,8 @@ extern void (*jack_error_callback)(const char *msg);
*/
*/
void jack_set_error_function (void (*func)(const char *));
void jack_set_error_function (void (*func)(const char *));
#ifdef __cplusplus
}
#ifdef __cplusplus
}
#endif
#endif
#endif /* __jack_h__ */
#endif /* __jack_h__ */
Write
Preview
Loading…
Cancel
Save