diff options
| author | Michael Tüxen <tuexen@fh-muenster.de> | 2020-05-13 17:50:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 17:50:20 +0200 |
| commit | b3fe7470a482f2a877cbe43f46636153031b20e3 (patch) | |
| tree | 57c70506ba2c3eb7dcb40aa2891afeadf00ef1de /executor | |
| parent | c7875f08e1736a5b3e9f615c8821ac86f3153350 (diff) | |
executor: fix typo (#1737)
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h index 501075c7c..9e1c94c07 100644 --- a/executor/common.h +++ b/executor/common.h @@ -185,7 +185,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> |
