Skip to content
This repository was archived by the owner on Jan 9, 2021. It is now read-only.

Commit 12dff5f

Browse files
committed
Fix type: add space before compiler option define
1 parent 50e79f1 commit 12dff5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void append_scrypt_compiler_options(struct _build_kernel_data *data, stru
124124
static void append_ethash_compiler_options(struct _build_kernel_data *data, struct cgpu_info *cgpu, struct _algorithm_t *algorithm)
125125
{
126126
#ifdef WIN32
127-
strcat(data->compiler_options, "-DWINDOWS");
127+
strcat(data->compiler_options, " -DWINDOWS");
128128
#endif
129129
}
130130

0 commit comments

Comments
 (0)