Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Mar 3, 2019
1 parent 4f42931 commit 2ee4a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/load.c
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ int16_t ut_load_init(
ut_appendenv(UT_ENV_BINPATH, "~"UT_OS_PS"bake");
ut_appendenv(UT_ENV_BINPATH, "%s", UT_BIN_PATH);

#ifdef UT_ENV_WINDOWS
#ifdef UT_OS_WINDOWS
/* Don't reset LIBPATH on Windows, as it contains the visual studio
* environment. */
ut_appendenv(UT_ENV_LIBPATH, "%s", UT_LIB_PATH);
Expand Down

0 comments on commit 2ee4a9a

Please sign in to comment.