From e480a28c0a40b05fbe3658c05a97823c2ce7466e Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski Date: Tue, 27 Oct 2015 20:16:43 +0100 Subject: [PATCH] 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 a73d7555..ee12f662 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__*/