diff options
-rw-r--r-- | apps/tagcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index d7e1fa1cfc..f800c5646b 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c | |||
@@ -3028,7 +3028,7 @@ static bool command_queue_is_full(void) | |||
3028 | 3028 | ||
3029 | return (next == command_queue_ridx); | 3029 | return (next == command_queue_ridx); |
3030 | } | 3030 | } |
3031 | bool command_queue_sync_callback(void) | 3031 | static bool command_queue_sync_callback(void) |
3032 | { | 3032 | { |
3033 | 3033 | ||
3034 | struct master_header myhdr; | 3034 | struct master_header myhdr; |
@@ -3074,7 +3074,7 @@ bool command_queue_sync_callback(void) | |||
3074 | return true; | 3074 | return true; |
3075 | } | 3075 | } |
3076 | 3076 | ||
3077 | void run_command_queue(bool force) | 3077 | static void run_command_queue(bool force) |
3078 | { | 3078 | { |
3079 | if (COMMAND_QUEUE_IS_EMPTY) | 3079 | if (COMMAND_QUEUE_IS_EMPTY) |
3080 | return; | 3080 | return; |