File: 0061-Comment-style-fixup-to-prevent-warning-in-c90-compli.patch

package info (click to toggle)
hackrf 2015.07.2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,764 kB
  • ctags: 9,327
  • sloc: ansic: 13,907; python: 696; vhdl: 218; sh: 32; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
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