client/X11: Remove const qualifier
authorOndrej Holy <oholy@redhat.com>
Mon, 25 Sep 2017 09:33:03 +0000 (11:33 +0200)
committerOndrej Holy <oholy@redhat.com>
Wed, 27 Sep 2017 09:20:25 +0000 (11:20 +0200)
commita49c856d78d21757a32d20801d71b0d55c08b9ef
tree3de79a0d44d257d6a5eb0a7a0ad77889a52693b1
parentcf1fbf55d5fdb7ef3bee9e3d477ced7a783233a3
client/X11: Remove const qualifier

Const keyword is used for some alloced strings and cast is used to
free it currently. Let's remove the unwanted const qualifier.
client/X11/generate_argument_docbook.c