aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm/files/patch-FvwmDebug.c
blob: 5b4d487b3e1f11ac038739154ea985ce272a2341 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./modules/FvwmDebug/FvwmDebug.c.orig    1994-09-30 12:48:59.000000000 +0000
+++ ./modules/FvwmDebug/FvwmDebug.c 2009-03-11 09:42:51.000000000 +0000
@@ -36,7 +36,7 @@
  * main - start of module
  *
  ***********************************************************************/
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
   char *temp, *s;
 
@@ -75,6 +75,7 @@
   SendInfo(fd,"Send_WindowList",0);
 
   Loop(fd);
+  return (0);
 }
 
 /***********************************************************************