[Kazehakase-cvs] CVS update: kazehakase/src/utils

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Sat Jan 27 08:42:25 JST 2007


Index: kazehakase/src/utils/utils.c
diff -u kazehakase/src/utils/utils.c:1.66 kazehakase/src/utils/utils.c:1.67
--- kazehakase/src/utils/utils.c:1.66	Sat Dec 30 21:51:02 2006
+++ kazehakase/src/utils/utils.c	Sat Jan 27 08:42:25 2007
@@ -36,7 +36,8 @@
 
 #define BUFFER_SIZE 1024
 
-void make_dir (const gchar *dirname)
+void
+make_dir (const gchar *dirname)
 {
 	gint  i = 0, ii = 0, ret;
 	gchar *temp, *temp2;
@@ -67,7 +68,8 @@
 }
 
 
-void make_thumbnails_dir (void)
+void
+make_thumbnails_dir (void)
 {
 	gchar *temp;
 	temp = g_strdup_printf("%s/.thumbnails", g_get_home_dir());


More information about the Kazehakase-cvs mailing list
Back to archive index