summaryrefslogtreecommitdiff
path: root/modules/jpg/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jpg/SCsub')
-rw-r--r--modules/jpg/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/jpg/SCsub b/modules/jpg/SCsub
index 28fb81895d..1ecc9c0fd6 100644
--- a/modules/jpg/SCsub
+++ b/modules/jpg/SCsub
@@ -9,7 +9,7 @@ env_jpg = env_modules.Clone()
# Not unbundled for now as they are not commonly available as shared library
thirdparty_dir = "#thirdparty/jpeg-compressor/"
thirdparty_sources = [
- "jpgd.cpp",
+ "jpgd.cpp",
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]