summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2017-08-12 19:38:02 +0200
committerfalkTX <falktx@gmail.com>2017-08-12 19:38:02 +0200
commit4bbfaa9c6263a18db9be5f4637b85285caa88ced (patch)
tree73ec4e9c0dc0bccc9a689db0b2bb66a22e955041
parent288df203f5dfb3d2c9f2316f405e75e613445e97 (diff)
downloadjack2-4bbfaa9c6263a18db9be5f4637b85285caa88ced.tar.gz
Fix typo in previous internal-session-file commit
Fixes #288
-rw-r--r--common/jack/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jack/control.h b/common/jack/control.h
index 220fd6fb..6696a669 100644
--- a/common/jack/control.h
+++ b/common/jack/control.h
@@ -267,7 +267,7 @@ jackctl_server_unload_internal(
* @return success status: true - success, false - fail
*/
bool jackctl_server_load_session_file(
- jackctl_server * server_ptr,
+ jackctl_server_t * server_ptr,
const char * file);
/**