Changeset 84fad5a


Ignore:
Timestamp:
May 13, 2016, 1:45:42 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
0e70ef9
Parents:
163d159
Message:

python/ext/aubiomodule.c: fix PyMethodDef? sentinel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubiomodule.c

    r163d159 r84fad5a  
    239239  {"level_detection", Py_aubio_level_detection, METH_VARARGS, Py_aubio_level_detection_doc},
    240240  {"window", Py_aubio_window, METH_VARARGS, Py_aubio_window_doc},
    241   {NULL, NULL} /* Sentinel */
     241  {NULL, NULL, 0, NULL} /* Sentinel */
    242242};
    243243
Note: See TracChangeset for help on using the changeset viewer.