Skip to content

Commit 08e798b

Browse files
committed
Copyright not used
1 parent 5eb697e commit 08e798b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tape_drivers/generic/file/filedebug_tc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ char* my_dirname(char* path) {
108108

109109
#include "filedebug_conf_tc.h"
110110

111-
#ifndef _MSC_VER
112-
static volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
111+
#ifdef _MSC_VER
112+
volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
113113
LTFS_COPYRIGHT_3"\n"LTFS_COPYRIGHT_4"\n"LTFS_COPYRIGHT_5"\n";
114114
#endif // !_MSC_VER
115115

0 commit comments

Comments
 (0)