]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[window] Fix constness bug in test
authorRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:56:12 +0000 (22:56 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:56:12 +0000 (22:56 -0400)
src/libplybootsplash/ply-window.c

index 0d12da170c3aa30284b8f26b59a38c652761b3c5..36a3c136a171ab72f7f13bdb6a014dce6ada40ba 100644 (file)
@@ -1078,7 +1078,7 @@ main (int    argc,
   ply_event_loop_t *loop;
   ply_window_t *window;
   int exit_code;
-  char *tty_name;
+  const char *tty_name;
 
   exit_code = 0;