summaryrefslogtreecommitdiff
path: root/src/format/exe_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/exe_format.h')
-rw-r--r--src/format/exe_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/exe_format.h b/src/format/exe_format.h
index 24ebbcc..53257fb 100644
--- a/src/format/exe_format.h
+++ b/src/format/exe_format.h
@@ -63,7 +63,8 @@ typedef struct _exe_format exe_format;
/* Types de symbole */
typedef enum _SymbolType
{
- STP_SECTION /* Simple morceau de code */
+ STP_SECTION, /* Simple morceau de code */
+ STP_STRING /* Chaîne de caractères */
} SymbolType;