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
commit
abbddeb29f
1 changed files with 2 additions and 4 deletions
  1. +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__ */



Loading…
Cancel
Save