aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/report.h')
-rw-r--r--hardinfo2/report.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/report.h b/hardinfo2/report.h
index faf04ac5..b7203c43 100644
--- a/hardinfo2/report.h
+++ b/hardinfo2/report.h
@@ -22,8 +22,9 @@
#include <shell.h>
typedef enum {
+ REPORT_FORMAT_HTML,
REPORT_FORMAT_TEXT,
- REPORT_FORMAT_HTML
+ N_REPORT_FORMAT
} ReportFormat;
typedef struct _ReportDialog ReportDialog;