aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm/files/patch-FvwmBacker.c
blob: 56ba6599aea521bb37cca3b9173522f0e38eeb0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./modules/FvwmBacker/FvwmBacker.c.orig	1994-09-28 13:37:39.000000000 +0000
+++ ./modules/FvwmBacker/FvwmBacker.c	2009-03-11 09:42:51.000000000 +0000
@@ -84,7 +84,7 @@
 /* #define LOGFILE "/tmp/FvwmBacker.log"*/
 
 
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
 char *temp, *s;
 	char*	displayName = NULL;
@@ -139,6 +139,7 @@
 
   /* Recieve all messages from Fvwm */
   EndLessLoop();
+  return (0);
 }
 
 /******************************************************************************