Fix snafu - add missing const declaration to 'string' local variable in s_stab_generic.

This commit is contained in:
Nick Clifton 2016-02-19 16:15:48 +00:00
parent e517df3dbf
commit b37283a66b
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ s_stab_generic (int what,
const char * stabstr_secname)
{
long longint;
char *string, *saved_string_obstack_end;
const char *string;
char *saved_string_obstack_end;
int type;
int other;
int desc;