aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index 761c8412dc..7224346b99 100644
--- a/internal.h
+++ b/internal.h
@@ -740,8 +740,8 @@ typedef struct li_table {
struct RHash {
struct RBasic basic;
union {
- struct st_table *st;
- struct li_table *li; /* possibly 0 */
+ struct st_table *st;
+ struct li_table *li; /* possibly 0 */
} as;
int iter_lev;
const VALUE ifnone;