gui: Fix const-ness warning for measure_to_string() return type.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Apr 2011 04:11:47 +0000 (21:11 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:48 +0000 (07:52 -0700)
This fixes the following GCC warning:

src/ui/gui/var-display.c: In function ‘measure_to_string’:
rc/ui/gui/var-display.c:25: warning: return discards qualifiers from
pointer target type


No differences found