Revision: 14339
          http://sourceforge.net/p/skim-app/code/14339
Author:   hofman
Date:     2024-06-13 14:38:45 +0000 (Thu, 13 Jun 2024)
Log Message:
-----------
don't return void

Modified Paths:
--------------
    trunk/SKPDFPage.m

Modified: trunk/SKPDFPage.m
===================================================================
--- trunk/SKPDFPage.m   2024-06-13 09:41:35 UTC (rev 14338)
+++ trunk/SKPDFPage.m   2024-06-13 14:38:45 UTC (rev 14339)
@@ -117,7 +117,7 @@
     if (intrinsicRotation == 0) {
         intrinsicRotation = [super intrinsicRotation] + 360;
     }
-    return [super setRotation:rotation];
+    [super setRotation:rotation];
 }
 
 - (NSInteger)characterDirectionAngle {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to