Newer
Older
Import / applications / MakePDF / 3rdParty / libharu-with-PRs / pr-patches / 0001-Removed-superfluous.patch
@John John on 29 Dec 2020 882 bytes bulk import from macbookpro checkouts
From ad059d718643a3e8cb935cc6dd47cca46bf873f7 Mon Sep 17 00:00:00 2001
From: FinnAr <finn@arildsen.com>
Date: Fri, 26 Oct 2012 09:29:02 +0300
Subject: [PATCH] Removed superfluous *

---
 src/hpdf_page_operator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hpdf_page_operator.c b/src/hpdf_page_operator.c
index 918fdcd..c041a7a 100644
--- a/src/hpdf_page_operator.c
+++ b/src/hpdf_page_operator.c
@@ -2825,7 +2825,7 @@ HPDF_Page_New_Content_Stream  (HPDF_Page page,
 
 HPDF_EXPORT(HPDF_STATUS)
 HPDF_Page_Insert_Shared_Content_Stream  (HPDF_Page page,
-                               HPDF_Dict* shared_stream)
+                               HPDF_Dict shared_stream)
 {
     /* Call this function to insert a previously (with HPDF_New_Content_Stream) created content stream
        as a shared content stream on this page */
-- 
2.21.1 (Apple Git-122.3)