summaryrefslogtreecommitdiff
path: root/AK/Debug.h.in
diff options
context:
space:
mode:
authorLucas CHOLLET <lucas.chollet@free.fr>2023-02-18 16:09:16 -0500
committerAndreas Kling <kling@serenityos.org>2023-02-18 23:56:24 +0100
commit856d0202f2fb32df47a45844775c1dbba08c24a7 (patch)
treedb86ff86ee8c07fce4e44d3bac2e6abdf8a59472 /AK/Debug.h.in
parentab298ca106e0d2aba871cf8dae164e8fcfd7f90b (diff)
downloadserenity-856d0202f2fb32df47a45844775c1dbba08c24a7.zip
LibGfx: Rename `JPGLoader` to `JPEGLoader`
The patch also contains modifications on several classes, functions or files that are related to the `JPGLoader`. Renaming include: - JPGLoader{.h, .cpp} - JPGImageDecoderPlugin - JPGLoadingContext - JPG_DEBUG - decode_jpg - FuzzJPGLoader.cpp - Few string literals or texts
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r--AK/Debug.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index 295f3cc4ed..eb04cba8db 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -238,8 +238,8 @@
#cmakedefine01 JOB_DEBUG
#endif
-#ifndef JPG_DEBUG
-#cmakedefine01 JPG_DEBUG
+#ifndef JPEG_DEBUG
+#cmakedefine01 JPEG_DEBUG
#endif
#ifndef JS_BYTECODE_DEBUG