blob: 3d4b2a7d8d4c60b82ddc09db7137d8ced1f9cc64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Fix typos and remove some warnings
Author: Mathieu Malaterre <malat@debian.org>
Cleaned up for FreeBSD by mi
--- jxrgluelib/JXRMeta.h.orig 2017-10-20 15:09:28 UTC
+++ jxrgluelib/JXRMeta.h
@@ -34,7 +34,7 @@
#ifndef UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P) { (P) = (P); }
-#endif UNREFERENCED_PARAMETER
+#endif /*UNREFERENCED_PARAMETER*/
//================================================================
// Container
|