diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-11-21 18:50:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-11-21 18:50:44 +0000 |
commit | a36046c784be459015df7810f6e676788b4a685f (patch) | |
tree | 77e53d1f493fb8ca335f7d3dfc0fedc3c11ffe7c /wiretap/vwr.c | |
parent | a1f2a76427134ffe71b15584b688ef947b191433 (diff) | |
download | wireshark-a36046c784be459015df7810f6e676788b4a685f.tar.gz wireshark-a36046c784be459015df7810f6e676788b4a685f.tar.bz2 wireshark-a36046c784be459015df7810f6e676788b4a685f.zip |
Get rid of C++ comments.
svn path=/trunk/; revision=53486
Diffstat (limited to 'wiretap/vwr.c')
-rw-r--r-- | wiretap/vwr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/vwr.c b/wiretap/vwr.c index 4786ae03e6..32b149d808 100644 --- a/wiretap/vwr.c +++ b/wiretap/vwr.c @@ -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); |