Skip to content
Snippets Groups Projects
Commit 01830b15 authored by nedko's avatar nedko
Browse files

Untobify Jackdmp.cpp

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3553 0c269be4-1314-0410-8aa9-9f06e86f4224
parent 28d8832a
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ int main(int argc, char* argv[])
jackctl_parameter_t* param;
union jackctl_parameter_value value;
copyright(stdout);
copyright(stdout);
server_ctl = jackctl_server_create();
if (server_ctl == NULL) {
......@@ -359,10 +359,10 @@ int main(int argc, char* argv[])
if (show_version) {
printf( "jackdmp version " VERSION
" tmpdir " jack_server_dir
" protocol %d"
"\n", JACK_PROTOCOL_VERSION);
return -1;
" tmpdir " jack_server_dir
" protocol %d"
"\n", JACK_PROTOCOL_VERSION);
return -1;
}
if (!seen_audio_driver) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment