Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 66943e2ddd03a138c4ac4790b0f06a69 > files > 2

cinepaint-0.21-2mdv2007.1.src.rpm

--- cinepaint-0.21-2/app/app_procs.c.app_procs	2006-09-27 10:28:43.000000000 +0200
+++ cinepaint-0.21-2/app/app_procs.c	2007-02-18 16:43:54.000000000 +0100
@@ -96,6 +96,7 @@
 static void splash_text_draw (GtkWidget *widget);
 static void splash_logo_expose (GtkWidget *widget);
 static void server_start(int port, char *log);  /* added by IMAGEWORKS (doug creel 02/21/02) */
+static void app_update_prefix (void);
 
 static gint is_app_exit_finish_done = FALSE;
 
@@ -710,7 +711,7 @@
 */
 }
 
-void
+static void
 app_update_prefix (void)
 {
     if(strcmp(GetDirStaticPrefix(), GetDirPrefix()) != 0)