From 9892878ca1b1218877537963bbf7a4ea1a8fed45 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 2 Jan 2016 12:09:54 +0100 Subject: [misc] Update year in copyright notice to 2016 [ci skip] --- src/report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 10afbe6f..9110c5b0 100644 --- a/src/report.h +++ b/src/report.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2015, John Wiegley. All rights reserved. + * Copyright (c) 2003-2016, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are -- cgit v1.2.3 From 089716f13ce1772acf8b49de5cff4d7468f5719f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 9 Jan 2016 12:29:21 -0800 Subject: Make -A to imply -E --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 9110c5b0..0873e64f 100644 --- a/src/report.h +++ b/src/report.h @@ -403,6 +403,7 @@ public: OPTION(report_t, auto_match); OPTION_(report_t, average, DO() { // -A + OTHER(empty).on(whence); OTHER(display_total_) .on(whence, "count>0?(display_total/count):0"); }); -- cgit v1.2.3