Make an enum_val_t static.

svn path=/trunk/; revision=46293
This commit is contained in:
Jeff Morriss 2012-11-29 20:21:30 +00:00
parent 0266cceef3
commit 04c9d29799
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static gboolean cotp_reassemble = TRUE;
static gint32 tsap_display = TSAP_DISPLAY_AUTO;
static gboolean cotp_decode_atn = FALSE;
const enum_val_t tsap_display_options[] = {
static const enum_val_t tsap_display_options[] = {
{"auto", "As strings if printable", TSAP_DISPLAY_AUTO},
{"string", "As strings", TSAP_DISPLAY_STRING},
{"bytes", "As bytes", TSAP_DISPLAY_BYTES},