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

Commit

Permalink
Fix type: add space before compiler option define
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbandi committed Feb 26, 2017
1 parent 50e79f1 commit 12dff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static void append_scrypt_compiler_options(struct _build_kernel_data *data, stru
static void append_ethash_compiler_options(struct _build_kernel_data *data, struct cgpu_info *cgpu, struct _algorithm_t *algorithm)
{
#ifdef WIN32
strcat(data->compiler_options, "-DWINDOWS");
strcat(data->compiler_options, " -DWINDOWS");
#endif
}

Expand Down

0 comments on commit 12dff5f

Please sign in to comment.