Skip to content

Commit 5eb697e

Browse files
committed
Update filedebug_tc.c
1 parent f50ad91 commit 5eb697e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tape_drivers/generic/file/filedebug_tc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ char* my_dirname(char* path) {
109109
#include "filedebug_conf_tc.h"
110110

111111
#ifndef _MSC_VER
112-
static
113-
#endif // !_MSC_VER
114-
volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
112+
static volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
115113
LTFS_COPYRIGHT_3"\n"LTFS_COPYRIGHT_4"\n"LTFS_COPYRIGHT_5"\n";
114+
#endif // !_MSC_VER
115+
116116

117117
/* Default directory where the emulated tape contents go to */
118118
#ifdef mingw_PLATFORM

0 commit comments

Comments
 (0)