mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
PR: 228124 Submitted by: <mjl@luckie.org.nz> (maintainer) Reported by: Pierre David <pdagog@gmail.com> Relnotes: http://mcj.sourceforge.net/frm_new_features.html http://mcj.sourceforge.net/frm_bugs_fixed.html
11 lines
323 B
C
11 lines
323 B
C
--- src/main.c.orig 2018-04-04 21:07:37 UTC
|
|
+++ src/main.c
|
|
@@ -631,7 +631,7 @@ struct geom geom;
|
|
int setup_visual (int *argc_p, char **argv, Arg *args);
|
|
void get_pointer_mapping (void);
|
|
|
|
-void main(int argc, char **argv)
|
|
+int main(int argc, char **argv)
|
|
{
|
|
Widget children[NCHILDREN];
|
|
XEvent event;
|