소스 검색

Fix minor compiler warning

dds
PaulStoffregen 8 년 전
부모
커밋
60865a2e4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp 파일 보기

@@ -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…
취소
저장