summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk/perk_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/perk/perk_structs.h')
-rw-r--r--src/internal/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h
index eed16f2..b1823b4 100644
--- a/src/internal/perk/perk_structs.h
+++ b/src/internal/perk/perk_structs.h
@@ -326,7 +326,7 @@ struct pe_raw_coff_symbol_name {
unsigned char cs_zeroes [0x04]; /* 0x00 */
unsigned char cs_offset [0x04]; /* 0x04 */
} long_name;
- };
+ } cs_u;
};