Remove c++-style comment.

This commit is contained in:
James Hawkins 2004-12-06 11:41:32 +00:00 committed by Alexandre Julliard
parent c72d956b90
commit 74d32620eb
1 changed files with 1 additions and 1 deletions

View 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);