Skip to content

Commit

Permalink
keep vice-builder happy
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45300 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Aug 12, 2024
1 parent ef419e2 commit e2df390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vice/src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
*******************************************************************
*/

static int log_locks_initialized = 0;
static void log_init_locks(void);

#include <pthread.h>
static pthread_mutex_t log_lock;

Expand All @@ -80,6 +77,9 @@ static pthread_mutex_t log_lock;

#endif /* #ifdef USE_VICE_THREAD */

static int log_locks_initialized = 0;
static void log_init_locks(void);

static FILE *log_file = NULL;

static char **logs = NULL;
Expand Down

0 comments on commit e2df390

Please sign in to comment.