diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rda_x2go.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/rda_x2go.c b/src/rda_x2go.c index a964fed..8850aa0 100644 --- a/src/rda_x2go.c +++ b/src/rda_x2go.c @@ -52,10 +52,10 @@ rda_session_suspend_x2go(void) GError *error = NULL; g_spawn_command_line_sync("x2gosuspend-session", - &std_out, - &std_err, - &exit_status, - &error); + &std_out, + &std_err, + &exit_status, + &error); if (error == NULL) { @@ -78,10 +78,10 @@ rda_session_terminate_x2go(void) GError * error = NULL; g_spawn_command_line_sync("x2goterminate-session", - &std_out, - &std_err, - &exit_status, - &error); + &std_out, + &std_err, + &exit_status, + &error); if (error == NULL) { |