Ticket #35384: patch-w_export.c

File patch-w_export.c, 406 bytes (added by mattcottrell, 12 years ago)

w_export.c diff

Line 
1--- w_export.c.orig     2007-09-19 15:32:30.000000000 -0400
2+++ w_export.2012-07-27 17:42:49.000000000 -0400
3@@ -1016,7 +1016,7 @@
4     /* set global state */
5     print_hpgl_pcl_switch = state;
6 
7-    return;
8+    return 0;
9 }
10 
11 static XtCallbackProc
12@@ -1038,7 +1038,7 @@
13     /* set global state */
14     hpgl_specified_font = state;
15 
16-    return;
17+    return 0;
18 }
19 
20 void create_export_panel(Widget w)