Browse Source

Fix minor compiler warning

dds
PaulStoffregen 8 years ago
parent
commit
60865a2e4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp View File

@@ -28,7 +28,7 @@
#include "utility/dspinst.h"

extern "C" {
extern const int16_t fader_table[256];
extern const int16_t fader_table[257];
};

void AudioEffectFade::update(void)

Loading…
Cancel
Save