This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Remove redundant newline
tags/v1.6.0
Nils
3 years ago
parent
e225f89106
commit
a70caef4cf
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nsmd.cpp
+ 1
- 1
src/nsmd.cpp
View File
@@ -2547,7 +2547,7 @@ announce_gui( const char *url, bool is_reply )
osc_server->send( gui_addr, "/nsm/gui/session/name", session_name, session_path + strlen( session_root ));
osc_server->send( gui_addr, "/nsm/gui/session/name", session_name, session_path + strlen( session_root ));
}
}
MESSAGE( "Registration with GUI complete
\n
" );
MESSAGE( "Registration with GUI complete" );
}
}
Write
Preview
Loading…
Cancel
Save