diff options
author | Albert Astals Cid <tsdgeos@samsung.localdomain> | 2008-11-23 10:54:46 +0100 |
---|---|---|
committer | Albert Astals Cid <tsdgeos@samsung.localdomain> | 2008-11-23 10:54:46 +0100 |
commit | 68f8ade28764855d4f663607c50c8202b1268296 (patch) | |
tree | 26d0f667dcbc7be1153f57b73df1d81b3582c533 /test | |
parent | 4a4fa7ed44a87e47a6078a1f7bb6f41071672ea7 (diff) |
Compile with -pedantic
Thanks to Bernard Leak for notifying
Diffstat (limited to 'test')
-rw-r--r-- | test/pdf-inspector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdf-inspector.cc b/test/pdf-inspector.cc index 3eb86500..d707a6d2 100644 --- a/test/pdf-inspector.cc +++ b/test/pdf-inspector.cc @@ -41,7 +41,7 @@ enum { OP_TOTAL, OP_MIN, OP_MAX, - N_COLUMNS, + N_COLUMNS }; class PdfInspector { |