Skip to content

Commit ae2ed9c

Browse files
committed
Removed duplicate backslashes.
1 parent d35dd5c commit ae2ed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MagickBaseConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void MagickBaseConfig::write(const Options &options)
2525
if (!configIn)
2626
throwException(L"Unable to open magick-baseconfig.h.in");
2727

28-
const auto directory=options.rootDirectory + L"\\ImageMagick\\" + options.magickCoreName();
28+
const auto directory=options.rootDirectory + L"ImageMagick\\" + options.magickCoreName();
2929
wofstream configOut(directory + L"\\magick-baseconfig.h");
3030
if (!configOut)
3131
throwException(L"Unable to open magick-baseconfig.h");

0 commit comments

Comments
 (0)