From dd1e13d0d459db5847649b0b45b84a68a3b2b667 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 20 Nov 2006 13:36:08 +0000 Subject: More cleanups --- hardinfo2/report.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hardinfo2/report.h') 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 typedef enum { + REPORT_FORMAT_HTML, REPORT_FORMAT_TEXT, - REPORT_FORMAT_HTML + N_REPORT_FORMAT } ReportFormat; typedef struct _ReportDialog ReportDialog; -- cgit v1.2.3