summaryrefslogtreecommitdiffstats
path: root/sesman/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/session.c')
-rw-r--r--sesman/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/session.c b/sesman/session.c
index 24d8da50..6b50560f 100644
--- a/sesman/session.c
+++ b/sesman/session.c
@@ -109,8 +109,8 @@ session_get_bydata(char *name, int width, int height, int bpp, int type)
type = SESMAN_SESSION_TYPE_XRDP; /* 1 */
break;
case SCP_SESSION_TYPE_XORG:
- type = SESMAN_SESSION_TYPE_XORG;
- break;
+ type = SESMAN_SESSION_TYPE_XORG;
+ break;
default:
lock_chain_release();
return 0;