1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From e480a28c0a40b05fbe3658c05a97823c2ce7466e Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Tue, 27 Oct 2015 20:16:43 +0100
Subject: [PATCH 61/68] Comment style fixup to prevent warning in c90 complier
mode
---
host/libhackrf/src/hackrf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/host/libhackrf/src/hackrf.h b/host/libhackrf/src/hackrf.h
index a73d755..ee12f66 100644
--- a/host/libhackrf/src/hackrf.h
+++ b/host/libhackrf/src/hackrf.h
@@ -208,4 +208,4 @@ extern ADDAPI uint32_t ADDCALL hackrf_compute_baseband_filter_bw(const uint32_t
} // __cplusplus defined.
#endif
-#endif//__HACKRF_H__
+#endif /*__HACKRF_H__*/
--
2.1.4
|