From: drowe67 Date: Thu, 11 Oct 2012 03:43:51 +0000 (+0000) Subject: fixed minor bug when used with g++ X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=f32170a22c9edd2e2b968b7bd4754f9d5ec0bf59;p=freetel-svn-tracking.git fixed minor bug when used with g++ git-svn-id: https://svn.code.sf.net/p/freetel/code@741 01035d8c-6547-0410-b346-abe4f91aad63 --- 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 +