aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/cmdlineopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index 0c31351571..e79b993345 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -28,7 +28,7 @@ typedef struct ruby_cmdline_options {
struct rb_rjit_options rjit;
#endif
- const char *bugreport_path;
+ const char *crash_report;
signed int sflag: 2;
unsigned int xflag: 1;