summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/png-write.cpp')
-rw-r--r--src/helper/png-write.cpp4
1 files changed, 2 insertions, 2 deletions
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.