fixed minor bug when used with g++
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 11 Oct 2012 03:43:51 +0000 (03:43 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 11 Oct 2012 03:43:51 +0000 (03:43 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@741 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/fdmdv.h

index 809be97ecc87448fc69dd551d65536cff02590c5..b165247f2eb14bb5a4c1c1e603453173940383a0 100644 (file)
@@ -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
+