diff options
| -rw-r--r-- | apps/mpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c index 0b1413e..2beece1 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -493,6 +493,7 @@ unsigned long mpeg_get_last_header(void) #endif /* !SIMULATOR */ } +static void stop_playing(void); static void do_stop(void) { is_playing = false; |