Add a comment.
authorGuy Harris <guy@alum.mit.edu>
Thu, 4 May 2017 04:51:12 +0000 (21:51 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 4 May 2017 04:51:44 +0000 (04:51 +0000)
Change-Id: Ia60a0cdac3d70862aa5941487af142bd26ab2b80
Reviewed-on: https://code.wireshark.org/review/21489
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wiretap/vwr.c

index f432cde8cc87e0fada6b84aa7b366d48f16c76b2..23b276ec7a9f719bf8df95fe9eeea32aaf6ff871 100644 (file)
@@ -1074,6 +1074,9 @@ static int vwr_get_fpga_version(wtap *wth, int *err, gchar **err_info)
         return UNKNOWN_FPGA; /* short read - not a vwr file */
     }
 
+    /*
+     * Read error.
+     */
     g_free(rec);
     return -1;
 }