From f32170a22c9edd2e2b968b7bd4754f9d5ec0bf59 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Thu, 11 Oct 2012 03:43:51 +0000 Subject: [PATCH] fixed minor bug when used with g++ git-svn-id: https://svn.code.sf.net/p/freetel/code@741 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/fdmdv.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codec2-dev/src/fdmdv.h b/codec2-dev/src/fdmdv.h index 809be97e..b165247f 100644 --- a/codec2-dev/src/fdmdv.h +++ b/codec2-dev/src/fdmdv.h @@ -98,8 +98,9 @@ void CODEC2_WIN32SUPPORT fdmdv_get_rx_spectrum(struct FDMDV *fdmdv_sta void CODEC2_WIN32SUPPORT fdmdv_8_to_48(float out48k[], float in8k[], int n); void CODEC2_WIN32SUPPORT fdmdv_48_to_8(float out8k[], float in48k[], int n); -#endif - #ifdef __cplusplus } #endif + +#endif + -- 2.25.1