summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-15 15:52:19 -0400
committerRay Strode <rstrode@redhat.com>2008-05-17 02:16:22 -0400
commit9cf51bcce4907fe5104fca10ce395f529ccff0d0 (patch)
treed05d7a008619e880d68721d05b7c175a0cc5b0b4 /src/main.c
parent262e8b5f75c7a9897446703e5815b06e47f0fcfb (diff)
downloadplymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.tar.gz
plymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.tar.xz
plymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.zip
add new ply_window_t type to manage text versus graphics mode,
and eventually key events
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0f6ba0b..0acfc6b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -421,7 +421,7 @@ main (int argc,
return EX_UNAVAILABLE;
}
- state.boot_server = start_boot_server (&state);
+ state.boot_server = start_boot_server (&state);
if (state.boot_server == NULL)
{