From: Hugo Villeneuve <hugo@hugovil.com>
Date: Sat, 20 Mar 2010 17:34:51 +0000 (+0000)
Subject: Conversion from iso8859-1 to utf-8
X-Git-Tag: v1.1.0~1
X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=3c5ab93d18bec33726e42747dd7862f73528b7bd;p=emu8051.git

Conversion from iso8859-1 to utf-8
---

diff --git a/src/emugtk.c b/src/emugtk.c
index 36171fe..e6d98dd 100644
--- a/src/emugtk.c
+++ b/src/emugtk.c
@@ -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)
 {
diff --git a/src/options.c b/src/options.c
index 6377a5d..6cd0de7 100644
--- a/src/options.c
+++ b/src/options.c
@@ -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
diff --git a/src/options.h b/src/options.h
index 8e8dfde..2a1a1bc 100644
--- a/src/options.h
+++ b/src/options.h
@@ -33,7 +33,7 @@
   "\n" \
   "Written by\n" \
   "Hugo Villeneuve\n" \
-  "Jonathan St-André\n" \
+  "Jonathan St-André\n" \
   "Pascal Fecteau"
 
 void