Changeset 23fea56 for src/spectral


Ignore:
Timestamp:
Aug 12, 2018, 10:37:29 PM (6 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
Children:
aad7702
Parents:
e458af4
Message:

src/spectral/dct_plain.c: add new line at end of warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/dct_plain.c

    re458af4 r23fea56  
    3737  smpl_t scaling;
    3838  if (aubio_is_power_of_two (size) == 1 && size > 16) {
    39     AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two", size);
     39    AUBIO_WRN("dct_plain: using plain dct but size %d is a power of two\n", size);
    4040  }
    4141
Note: See TracChangeset for help on using the changeset viewer.