aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2020-05-13 17:50:20 +0200
committerGitHub <noreply@github.com>2020-05-13 17:50:20 +0200
commitb3fe7470a482f2a877cbe43f46636153031b20e3 (patch)
tree57c70506ba2c3eb7dcb40aa2891afeadf00ef1de /pkg/csource/generated.go
parentc7875f08e1736a5b3e9f615c8821ac86f3153350 (diff)
executor: fix typo (#1737)
Diffstat (limited to 'pkg/csource/generated.go')
-rw-r--r--pkg/csource/generated.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index 4e6b908e4..509f41dc3 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -170,7 +170,7 @@ static void use_temporary_dir(void)
#endif
#if GOOS_akaros || GOOS_netbsd || GOOS_freebsd || GOOS_openbsd || GOOS_test
-#if (SYZ_EXECUTOR || SYS_REPEAT) && SYZ_EXECUTOR_USES_FORK_SERVER && (SYZ_EXECUTOR || SYZ_USE_TMP_DIR)
+#if (SYZ_EXECUTOR || SYZ_REPEAT) && SYZ_EXECUTOR_USES_FORK_SERVER && (SYZ_EXECUTOR || SYZ_USE_TMP_DIR)
#include <dirent.h>
#include <stdio.h>
#include <string.h>