diff options
| author | Thomas Jarosch <tomj@simonv.com> | 2012-01-03 20:59:09 +0000 |
|---|---|---|
| committer | Thomas Jarosch <tomj@simonv.com> | 2012-01-03 20:59:09 +0000 |
| commit | a53d1c6dc509dd749cdf2d0767dccea9a3406e00 (patch) | |
| tree | 360a7cc01afdd364d094cd4e084facaa71182360 /apps/plugins | |
| parent | c9dad055542a7c12efb25f3b7bbf63fcfce51205 (diff) | |
| download | rockbox-a53d1c6dc509dd749cdf2d0767dccea9a3406e00.zip rockbox-a53d1c6dc509dd749cdf2d0767dccea9a3406e00.tar.gz rockbox-a53d1c6dc509dd749cdf2d0767dccea9a3406e00.tar.bz2 rockbox-a53d1c6dc509dd749cdf2d0767dccea9a3406e00.tar.xz | |
Fix warning about missing newline at the EOF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31540 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS.app_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS.app_build b/apps/plugins/SUBDIRS.app_build index 23b840f..0e02857 100644 --- a/apps/plugins/SUBDIRS.app_build +++ b/apps/plugins/SUBDIRS.app_build @@ -22,4 +22,4 @@ mikmod #endif #endif /* CONFIG_CODEC == SWCODEC */ -#endif /* HAVE_TOUCHSCREEN */
\ No newline at end of file +#endif /* HAVE_TOUCHSCREEN */ |