summaryrefslogtreecommitdiffstats
path: root/sesman/tools/sestest.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/tools/sestest.c')
-rw-r--r--sesman/tools/sestest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c
index cf28f803..e1c09cf2 100644
--- a/sesman/tools/sestest.c
+++ b/sesman/tools/sestest.c
@@ -201,8 +201,8 @@ int inputSession(struct SCP_SESSION *s)
}
g_printf("session type:\n");
- g_printf("0: Xvnc\n", SCP_SESSION_TYPE_XVNC);
- g_printf("1: x11rdp\n", SCP_SESSION_TYPE_XRDP);
+ g_printf("%d: Xvnc\n", SCP_SESSION_TYPE_XVNC);
+ g_printf("%d: x11rdp\n", SCP_SESSION_TYPE_XRDP);
integer = menuSelect(1);
if (integer == 1)