1 | --- w_util.c.orig 2009-03-30 11:52:38.000000000 -0400 |
---|
2 | +++ w_util.c 2012-07-28 07:31:19.000000000 -0400 |
---|
3 | @@ -710,7 +710,7 @@ |
---|
4 | /* keep track of which one the user is pressing */ |
---|
5 | cur_spin = widget; |
---|
6 | |
---|
7 | - return; |
---|
8 | + return 0; |
---|
9 | } |
---|
10 | |
---|
11 | static XtEventHandler |
---|
12 | @@ -718,7 +718,7 @@ |
---|
13 | { |
---|
14 | XtRemoveTimeOut(auto_spinid); |
---|
15 | |
---|
16 | - return; |
---|
17 | + return 0; |
---|
18 | } |
---|
19 | |
---|
20 | static XtTimerCallbackProc |
---|
21 | @@ -729,7 +729,7 @@ |
---|
22 | /* call the proper spinup/down routine */ |
---|
23 | XtCallCallbacks(cur_spin, XtNcallback, 0); |
---|
24 | |
---|
25 | - return; |
---|
26 | + return 0; |
---|
27 | } |
---|
28 | |
---|
29 | /***************************/ |
---|
30 | @@ -1412,7 +1412,7 @@ |
---|
31 | } |
---|
32 | SetValues(w); |
---|
33 | |
---|
34 | - return; |
---|
35 | + return 0; |
---|
36 | } |
---|
37 | |
---|
38 | /* assemble main window title bar with xfig title and (base) file name */ |
---|