Remove c++-style comment.
authorJames Hawkins <truiken@gmail.com>
Mon, 6 Dec 2004 11:41:32 +0000 (11:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Dec 2004 11:41:32 +0000 (11:41 +0000)
dlls/dbghelp/pe_module.c

index a826acb9dae4741b798f501ad58260320f26188b..a6b95549a4f53a48a214d9a63a3519a071023caa 100644 (file)
@@ -308,7 +308,7 @@ BOOL pe_load_debug_info(const struct process* pcs, struct module* module)
                  * in which case we'll rely on the export's on the ELF side
                  */
             }
-// FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l  
+/* FIXME shouldn't we check that? if (!module_get_debug(pcs, module))l */
             if (pe_load_export_debug_info(pcs, module, mapping, nth) && !ret)
                 ret = TRUE;
             UnmapViewOfFile(mapping);