mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
873a227eff
While here, fix portlint warning PR: 222459 [1] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] Approved by: Mikhail T. <mi@ALDAN.algebra.com> (maintainer) [1]
17 lines
455 B
C
17 lines
455 B
C
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
|