We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50ad91 commit 5eb697eCopy full SHA for 5eb697e
1 file changed
src/tape_drivers/generic/file/filedebug_tc.c
@@ -109,10 +109,10 @@ char* my_dirname(char* path) {
109
#include "filedebug_conf_tc.h"
110
111
#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" \
+static volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
115
LTFS_COPYRIGHT_3"\n"LTFS_COPYRIGHT_4"\n"LTFS_COPYRIGHT_5"\n";
+#endif // !_MSC_VER
+
116
117
/* Default directory where the emulated tape contents go to */
118
#ifdef mingw_PLATFORM
0 commit comments