pkgsrc-ng/x11/tk/patches/patch-macosx_tkMacOSXDraw.c
2013-09-26 17:14:40 +02:00

16 lines
367 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-macosx_tkMacOSXDraw.c,v 1.1 2012/11/24 21:38:50 adam Exp $
Void function should not return any values.
--- macosx/tkMacOSXDraw.c.orig 2012-11-24 20:55:20.000000000 +0000
+++ macosx/tkMacOSXDraw.c
@@ -744,7 +744,7 @@ DrawCGImage(
} else {
TkMacOSXDbgMsg("Drawing of empty CGImage requested");
}
- return Success;
+ return;
}
/*