Skip to content

Commit

Permalink
Better string constant in hv.c
Browse files Browse the repository at this point in the history
Message-ID: <20050704185349.GA2351@petdance.com>

p4raw-id: //depot/perl@25077
  • Loading branch information
petdance authored and H.Merijn Brand committed Jul 4, 2005
1 parent 881ddac commit d75ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ holds the key and hash value.

#define HV_MAX_LENGTH_BEFORE_SPLIT 14

static const char *const S_strtab_error
static const char S_strtab_error[]
= "Cannot modify shared string table in hv_%s";

STATIC void
Expand Down

0 comments on commit d75ce68

Please sign in to comment.