Cocoa: Silence type warning
commitfd10a04ef185593494711ead63dbf1fc5cdbac69
authorAndreas Färber <andreas.faerber@web.de>
Sun, 13 Dec 2009 00:16:27 +0000 (13 01:16 +0100)
committermalc <av1474@comtv.ru>
Thu, 7 Jan 2010 07:57:33 +0000 (7 10:57 +0300)
tree4a33967a0685109b9d2242f539959ad0b9fa6a8d
parent04afa4a88c132f7ffb0ccfaf6f233a18c4089072
Cocoa: Silence type warning

Add const for "qemu" character literal, to avoid:

warning: initialization discards qualifiers from pointer target type

An earlier patch by John proposed to use char[5]. Since we do not modify
the text and later copy it into malloc'ed memory, marking it as const
seems sufficient.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Cc: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: malc <av1474@comtv.ru>
cocoa.m