]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Fix up top blurb in viewer code
authorRay Strode <rstrode@redhat.com>
Tue, 12 Aug 2008 21:18:29 +0000 (17:18 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 12 Aug 2008 21:18:29 +0000 (17:18 -0400)
It still had remanents from being out of tree.

src/viewer/plymouth-log-viewer.c

index f44becd1a224f1edd11507032eddf5e872773560..01349cd6a9ed3d7f870982017c6bd08ceaa8ec23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  bootmessages - Display boot messages
+ *  plymout-log-viewer.c - Display boot messages
  *
  *  Copyright (C) 2008 Red Hat, Inc.
  *
  *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
  */
 
-/* Compile with:
- * 
- * cc -o bootmessages bootmessages.c `pkg-config --cflags --libs gtk+-2.0`
- */
-
 #include <stdlib.h>
 #include <locale.h>
 #include <string.h>