[devel] Renamed png_set_chop_16() to png_set_strip_16().
diff --git a/example.c b/example.c
index 1422134..74cc3bc 100644
--- a/example.c
+++ b/example.c
@@ -192,9 +192,9 @@
     * low byte.
     */
 #ifdef PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
-    png_set_strip_16(png_ptr);
+    png_set_scale_16(png_ptr);
 #else
-   png_set_chop_16(png_ptr);
+   png_set_strip_16(png_ptr);
 #endif
 
    /* Strip alpha bytes from the input data without combining with the