diff dynload/dynload_syms_elf.c @ 171:011b5e3a8548

- compatibility for older platforms - use ANSI comments
author cslag
date Tue, 10 Jan 2017 12:01:59 +0100
parents 3e629dc19168
children bff2b940ea39
line wrap: on
line diff
--- a/dynload/dynload_syms_elf.c	Sun Jan 08 14:21:41 2017 +0100
+++ b/dynload/dynload_syms_elf.c	Tue Jan 10 12:01:59 2017 +0100
@@ -160,7 +160,7 @@
         }
         break;
       case SHT_STRTAB:
-        // Do not trust pSyms->pElf_Ehdr->e_shstrndx!
+        /* Do not trust pSyms->pElf_Ehdr->e_shstrndx! */
         if (!pSyms->pStrTab) {
           pSyms->pStrTab  = (const char*)pSectionContent;
           pSyms->strTabSize = pSection->sh_size;