Avoid needlessly shadowing another variable.

svn path=/trunk/; revision=42553
This commit is contained in:
Martin Mathieson 2012-05-10 16:10:44 +00:00
parent f90809827c
commit 127770efef
1 changed files with 0 additions and 1 deletions

View File

@ -390,7 +390,6 @@ main(int argc, char *argv[])
if(file_type == WTAP_FILE_PCAPNG ){
wtapng_section_t *shb_hdr;
GString *comment_gstr;
int i;
shb_hdr = g_new(wtapng_section_t,1);
comment_gstr = g_string_new("File created by merging: \n");