fix possible compile issues: C++ comments, non-int function
[claws.git] / src / passphrase.c
index 55fe5d05df03af6d0c919f1470164fca77c44e99..3bdae4e04d3540657d84ca97671fbc3306d23f4c 100644 (file)
@@ -321,7 +321,7 @@ gpgmegtk_passphrase_cb (void *opaque, const char *desc, void **r_hd)
 
 void gpgmegtk_free_passphrase()
 {
-    (void)free_passphrase(NULL); // could be inline
+    (void)free_passphrase(NULL); /* could be inline */
 }
 
 #endif /* USE_GPGME */