From: Ray Strode Date: Thu, 6 Aug 2009 02:56:12 +0000 (-0400) Subject: [window] Fix constness bug in test X-Git-Tag: 0.7.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82db416f406bed383891dfd9948d6bf98071c061;p=thirdparty%2Fplymouth.git [window] Fix constness bug in test --- diff --git a/src/libplybootsplash/ply-window.c b/src/libplybootsplash/ply-window.c index 0d12da17..36a3c136 100644 --- a/src/libplybootsplash/ply-window.c +++ b/src/libplybootsplash/ply-window.c @@ -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;