Fix duplicate const. Pointers can only be marked constant by placing const _after_...
commitadbcb367ead4a7c1e6f79ce0da7d5b1e0188190b
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 30 May 2018 21:01:42 +0000 (30 21:01 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 30 May 2018 21:01:42 +0000 (30 21:01 +0000)
treea180ae8c0c1a4cd412e81321eeb544c3eb1e5ff0
parent05efa5aa86a89c34c22ad97a16c5b038b98e6f6e
Fix duplicate const. Pointers can only be marked constant by placing const _after_ the asterisk (*) - the existing code just marks LONG const twice.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55192 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/libs/icon/diskobj35io.c