Conversion from iso8859-1 to utf-8
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 20 Mar 2010 17:34:51 +0000 (17:34 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 8 Sep 2013 22:54:51 +0000 (18:54 -0400)
src/emugtk.c
src/options.c
src/options.h

index 36171fe..e6d98dd 100644 (file)
@@ -56,7 +56,6 @@ WindowDestroyEvent(GtkWidget *widget, gpointer data)
        gtk_main_quit();
 }
 
-
 /* Taken from the Gxine source code. */
 static GtkWidget *
 AddPixButton(GtkWidget *box, gchar **pixmap_array)
@@ -78,7 +77,6 @@ AddPixButton(GtkWidget *box, gchar **pixmap_array)
        return button;
 }
 
-
 /* Creates the Reset, Run, Stop and Step buttons. */
 static GtkWidget *
 AddButtons(void)
@@ -116,7 +114,6 @@ AddButtons(void)
        return button_hbox;
 }
 
-
 GtkWidget *
 AddMenu(void)
 {
@@ -139,7 +136,6 @@ AddMenu(void)
        return menu_bar;
 }
 
-
 static void
 emugtk_window_init(void)
 {
index 6377a5d..6cd0de7 100644 (file)
@@ -63,7 +63,8 @@ DisplayVersion(void)
 {
        printf("\n");
        printf("  %s, version %s\n", PACKAGE, VERSION);
-       printf("  Written by Jonathan St-André, Pascal Fecteau and Hugo Villeneuve\n\n");
+       printf("  Written by Jonathan St-André, Pascal Fecteau"
+              "and Hugo Villeneuve\n\n");
 }
 
 static void
index 8e8dfde..2a1a1bc 100644 (file)
@@ -33,7 +33,7 @@
   "\n" \
   "Written by\n" \
   "Hugo Villeneuve\n" \
-  "Jonathan St-André\n" \
+  "Jonathan St-André\n" \
   "Pascal Fecteau"
 
 void