librep r2920 - in trunk: . src



Author: chrisb
Date: Tue Aug  5 20:20:45 2008
New Revision: 2920
URL: http://svn.gnome.org/viewvc/librep?rev=2920&view=rev

Log:
src/main.c: replace a static void with a void (Ubuntu patch)


Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Tue Aug  5 20:20:45 2008
@@ -162,7 +162,7 @@
 static void check_configuration (int *stack_low) __attribute__ ((noinline));
 #endif
 
-static void
+void
 check_configuration (int *stack_low)
 {
     int stack_high;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]