Browse Source

Fix typo in previous internal-session-file commit

Fixes #288
tags/v1.9.12
falkTX 7 years ago
parent
commit
4bbfaa9c62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/jack/control.h

+ 1
- 1
common/jack/control.h View File

@@ -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);

/**


Loading…
Cancel
Save