diff src/history_list.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents c414002a1f27
children 1646720364cf
line wrap: on
line diff
--- a/src/history_list.c	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/history_list.c	Tue Aug 26 22:22:51 2008 +0000
@@ -179,7 +179,7 @@
 	g_free(hd);
 }
 
-static HistoryData *history_list_find_by_key(const gchar* key)
+static HistoryData *history_list_find_by_key(const gchar *key)
 {
 	GList *work = history_list;
 
@@ -194,7 +194,7 @@
 	return NULL;
 }
 
-const gchar *history_list_find_last_path_by_key(const gchar* key)
+const gchar *history_list_find_last_path_by_key(const gchar *key)
 {
 	HistoryData *hd;