Fix wrong ordinal(index) for 'png_read_image_with_pick_color' 10/216510/5
authorjiyong.min <jiyong.min@samsung.com>
Sun, 27 Oct 2019 23:52:01 +0000 (08:52 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Mon, 4 Nov 2019 05:13:01 +0000 (14:13 +0900)
commit5bdfcdbcc75a5282f412e6dbada4db1d8631fa55
treee7ec6bc64da0ddbffc2794380eb5bed3eb186b34
parenteb2e32b5add05924991cca85ff79eedcc31d1337
Fix wrong ordinal(index) for 'png_read_image_with_pick_color'

 - 245 was already used for 'png_image_write_to_memory'
  and 'png_read_image_with_pick_color' was defined as 250
  in 'scripts/symbols.def'.

 - Just the ordinals are used to check build, not used in runtime.

Change-Id: Ice36cb4f45268e2f41e40b3b11a5406ef0ab48ba
png.h