Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar committed Oct 14, 2024
1 parent 99348b5 commit b414735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/gtools.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ ST_retcode sf_parse_info (struct StataInfo *st_info, int level)
GTOOLS_GC_ALLOCATED("st_info->transform_cumsum")
GTOOLS_GC_ALLOCATED("st_info->transform_cumsign")
GTOOLS_GC_ALLOCATED("st_info->transform_cumvars")
GTOOLS_GC_ALLOCATED("st_info->transform_aux8_shfit")
GTOOLS_GC_ALLOCATED("st_info->transform_aux8_shift")

GTOOLS_GC_ALLOCATED("st_info->pos_targets")
GTOOLS_GC_ALLOCATED("st_info->statcode")
Expand Down

0 comments on commit b414735

Please sign in to comment.