Changeset 56a7580 for src


Ignore:
Timestamp:
Mar 3, 2013, 8:11:04 PM (11 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:
fbc5544
Parents:
474a573
Message:

src/aubio_priv.h: fix AUBIO_WRN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r474a573 r56a7580  
    123123#define AUBIO_MSG(format, args...)   fprintf(stdout, format , ##args)
    124124#define AUBIO_DBG(format, args...)   fprintf(stderr, format , ##args)
    125 #define AUBIO_WRN(...)               fprintf(stderr, "AUBIO WARNING: " format, ##args)
     125#define AUBIO_WRN(format, args...)   fprintf(stderr, "AUBIO WARNING: " format, ##args)
    126126#endif
    127127
Note: See TracChangeset for help on using the changeset viewer.