diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 04:14:11 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 04:14:11 -0400 |
| commit | 7cc8bbdaaf37b0f1ad0a2182aace38d37a5a87f2 (patch) | |
| tree | 80bb132580d6e29adad86368a9f5b2de45f0e06c | |
| parent | 737e92f4f5dc8b6dc149f97deeed76681a7a3a60 (diff) | |
| download | rockbox-7cc8bbdaaf37b0f1ad0a2182aace38d37a5a87f2.zip rockbox-7cc8bbdaaf37b0f1ad0a2182aace38d37a5a87f2.tar.gz rockbox-7cc8bbdaaf37b0f1ad0a2182aace38d37a5a87f2.tar.bz2 rockbox-7cc8bbdaaf37b0f1ad0a2182aace38d37a5a87f2.tar.xz | |
Fix no newline at end warning.
Change-Id: I9edb1ebb34f91893b6290d7640fcdaede3434b40
| -rw-r--r-- | lib/rbcodec/dsp/dsp_proc_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/dsp_proc_settings.h b/lib/rbcodec/dsp/dsp_proc_settings.h index 7695320..bade579 100644 --- a/lib/rbcodec/dsp/dsp_proc_settings.h +++ b/lib/rbcodec/dsp/dsp_proc_settings.h @@ -37,4 +37,4 @@ struct dsp_config; #include "tone_controls.h" #endif -#endif /* DSP_PROC_SETTINGS_H */
\ No newline at end of file +#endif /* DSP_PROC_SETTINGS_H */ |