Skip to content

Commit

Permalink
Remove a compiler warning.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62496 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ryan Bloom committed Nov 10, 2001
1 parent 659e4f3 commit 282d7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/apr_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ APR_DECLARE(apr_hash_t *) apr_hash_merge(apr_pool_t *p,
const void *data)
{
apr_hash_t *res;
apr_hash_entry_t *new_vals;
apr_hash_entry_t *new_vals = NULL;
apr_hash_entry_t *iter;
apr_hash_entry_t *ent;
int i,j,k;
Expand Down

0 comments on commit 282d7fd

Please sign in to comment.