aboutsummaryrefslogblamecommitdiff
path: root/www/srg/files/patch-include_UserReport.h
blob: 8213a931ebcc450a85f2e7c53c7479ee9624a25b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                       
Fix Clang6 warning, mismatched guard defines

--- include/UserReport.h.orig	2018-07-04 10:30:57 UTC
+++ include/UserReport.h
@@ -26,7 +26,7 @@
 */
 
 #ifndef USERREPORT_H
-#define USREREPORT_H
+#define USERREPORT_H
 
 #include "srg.h"
 #include "Report.h"