diff options
Diffstat (limited to 'src/phi0.h')
| -rw-r--r-- | src/phi0.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ #ifndef PHI0_H #define PHI0_H -extern float phi0( float xf ); +extern float phi0(float xf); #endif |
![]() |
index : github.com/drowe67/codec2 | |
| Codec 2 is an open source (LGPL 2.1) low bit rate speech codec: http://rowetel.com/codec2.html written in C99 standard C. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/phi0.h | 2 |
@@ -2,6 +2,6 @@ #ifndef PHI0_H #define PHI0_H -extern float phi0( float xf ); +extern float phi0(float xf); #endif |