* Minor and/or cosmetic changes made during x64 troubleshooting
[citadel.git] / citadel / messages.c
index f3e6ccc3759c32308239763b43c9dee40bf6e80a..8e1f12884ca668e11f2ef0e09f33d8af54200df9 100644 (file)
@@ -1426,7 +1426,7 @@ void image_view(CtdlIPC *ipc, unsigned long msg)
                                void *file = NULL; /* The downloaded file */
                                int r;
        
-                               // view image
+                               /* view image */
                                found = -found;
                                r = CtdlIPCAttachmentDownload(ipc, msg, ptr->number, &file, progress, buf);
                                if (r / 100 != 2) {