summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.h b/display.h
index b337c4caa..4fed339ac 100644
--- a/display.h
+++ b/display.h
@@ -51,7 +51,7 @@ extern void attach_tooltip(int x, int y, int w, int h, const char *text);
extern void get_plot_details(struct graphics_context *gc, int time, char *buf, size_t bufsize);
struct options {
- enum { PRETTY, TABLE, ONEPERPAGE } type;
+ enum { PRETTY, TABLE, TWOPERPAGE } type;
int print_selected;
};