summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index f70d26bc56..8e3cf8a221 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -330,7 +330,7 @@ static void ticks_to_string(int ticks,int lap,int buflen, char * buf)
330/* 330/*
331 * Load saved stopwatch state, if exists. 331 * Load saved stopwatch state, if exists.
332 */ 332 */
333void load_stopwatch(void) 333static void load_stopwatch(void)
334{ 334{
335 int fd; 335 int fd;
336 336
@@ -370,7 +370,7 @@ void load_stopwatch(void)
370/* 370/*
371 * Save stopwatch state. 371 * Save stopwatch state.
372 */ 372 */
373void save_stopwatch(void) 373static void save_stopwatch(void)
374{ 374{
375 int fd; 375 int fd;
376 376