diff options
author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-16 11:04:35 +0000 |
---|---|---|
committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-16 11:04:35 +0000 |
commit | 4ff0c8e4c800c453f494aad994363abdd5a0cedc (patch) | |
tree | 8c07095a32cc720162518b63302afe3cde1ee6d1 /apps/recorder/recording.c | |
parent | 3bd167771d23edbfcf11ea4d5f0f75faf53af0c9 (diff) |
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5971 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r-- | apps/recorder/recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 85d8c6e4b2..d9b75d05f9 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -241,7 +241,7 @@ int rec_create_directory(void) bool recording_screen(void) { - int button; + long button; bool done = false; char buf[32]; char buf2[32]; |