Get rid of C++ comments.

svn path=/trunk/; revision=53486
This commit is contained in:
Guy Harris 2013-11-21 18:50:44 +00:00
parent a1f2a76427
commit a36046c784
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ static int vwr_get_fpga_version(wtap *wth, int *err, gchar **err_info)
}
}
// An empty file that
/* Is this a valid but empty file? If so, claim it's the S3_W_FPGA FPGA. */
if (valid_but_empty_file > 0)
return(S3_W_FPGA);