wmaker: Added 'const' attribute to function 'ShrinkString'
commitf429055b4f0ebb45e80878b09ef17be3da0d0dff
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 16 Jun 2013 15:57:42 +0000 (16 17:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 16 Jun 2013 18:32:23 +0000 (16 19:32 +0100)
tree1dfcb63a07c5d8103ad6306fc405bf74d9392d9d
parenta61f6c2484a88cfda55d1fc0882c9bf460ecae50
wmaker: Added 'const' attribute to function 'ShrinkString'

The function contained an internal statement that would have
discarded the const attribute, but as this statement is actually
useless it have been simply removed.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/misc.c
src/misc.h