Changes in src/mathutils.c [c37aee1:1a74ac3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.c
rc37aee1 r1a74ac3 73 73 AUBIO_ERR ("unknown window type %s, using default.\n", window_type); 74 74 wintype = aubio_win_default; 75 return NULL; 75 76 } 76 77 switch(wintype) {
Note: See TracChangeset
for help on using the changeset viewer.