diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-11-30 09:42:13 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-11-30 09:42:13 +0000 |
commit | 0789d42400b1343f2b6894aa06130b2325e69440 (patch) | |
tree | 0d082697e6d849ed75cff058f198422efc83ec51 /apps/recorder/oscillograph.c | |
parent | 3d4cc9b378bdf00c3334ec3efc0b6f5dd9a24a54 (diff) | |
download | rockbox-0789d42400b1343f2b6894aa06130b2325e69440.tar.gz rockbox-0789d42400b1343f2b6894aa06130b2325e69440.zip |
updateing a build failure (ata_power_off) and first attempt to add 'playlist only' file display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2894 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/oscillograph.c')
-rw-r--r-- | apps/recorder/oscillograph.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/oscillograph.c b/apps/recorder/oscillograph.c index 7b91ed18e9..bf94db168f 100644 --- a/apps/recorder/oscillograph.c +++ b/apps/recorder/oscillograph.c @@ -202,4 +202,6 @@ bool oscillograph(void) return false; } -#endif /* #ifndef SIMULATOR */
\ No newline at end of file +#endif /* #ifndef SIMULATOR */ + + |