From af7e9ecd1fdd9a3499da7fc2721c4e4a74d8542f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 17:11:19 +0200 Subject: Replace typedef struct with struct in POD type declarations. --- src/helper/png-write.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/helper') diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index a66d683ac..92fdc3648 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -60,10 +60,10 @@ struct SPEBP { /* write a png file */ -typedef struct SPPNGBD { +struct SPPNGBD { guchar const *px; int rowstride; -} SPPNGBD; +}; /** * A simple wrapper to list png_text. -- cgit v1.2.3