Selaa lähdekoodia

Fix minor compiler warning

dds
PaulStoffregen 8 vuotta sitten
vanhempi
commit
60865a2e4a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp Näytä tiedosto

@@ -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…
Peruuta
Tallenna