summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrint.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXPrint.c')
-rw-r--r--macosx/tkMacOSXPrint.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrint.c b/macosx/tkMacOSXPrint.c
index 38cd1ca..ffaa972 100644
--- a/macosx/tkMacOSXPrint.c
+++ b/macosx/tkMacOSXPrint.c
@@ -48,10 +48,14 @@ int MacPrint_Init(Tcl_Interp * interp);
- (void) printPanelDidEnd: (NSPrintPanel *) printPanel
returnCode: (int) returnCode
contextInfo: (void *) contextInfo {
+ (void) printPanel;
+ (void) contextInfo;
+
/*
* Pass returnCode to FinishPrint function to determine how to
* handle.
*/
+
FinishPrint(fileName, returnCode);
}
@end