]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Fix compile error
authorMichael Terry <michael.terry@canonical.com>
Thu, 15 Aug 2013 01:30:43 +0000 (21:30 -0400)
committerMichael Terry <michael.terry@canonical.com>
Thu, 15 Aug 2013 01:30:43 +0000 (21:30 -0400)
src/seat-unity.c

index 7005346de2924ae7e385224ac3baeda02478bc1a..25654cc8816644152c87ffe48e64140263ea7ad3 100644 (file)
@@ -543,6 +543,7 @@ seat_unity_set_next_session (Seat *seat, Session *session)
             write_message (SEAT_UNITY (seat), USC_MESSAGE_SET_NEXT_SESSION, (const guint8 *) id, strlen (id));
         }
         else
+        {
             g_warning ("Failed to work out session ID to mark");
         }
     }