From 0d042faa7baefbf634ef81a2974e97bd0ee434fd Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 7 Mar 2014 14:21:52 +0200 Subject: [PATCH] Fix typo in header guard causing warning --- pv/widgets/decodergroupbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/widgets/decodergroupbox.h b/pv/widgets/decodergroupbox.h index 63885e3..2302a97 100644 --- a/pv/widgets/decodergroupbox.h +++ b/pv/widgets/decodergroupbox.h @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBox_H +#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H #define PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H #include -- 2.30.2