summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-08-28 11:55:57 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-09-07 16:20:34 +0200
commitee4d7d11503fc4a93269a32dd1bf43d0ab3160e6 (patch)
tree164ce29f032eab3e555f25ef24f9feb3f044f56d /config_host
parentthere is no valign of 'top', maybe 'start' is what's wanted here (diff)
downloadcore-ee4d7d11503fc4a93269a32dd1bf43d0ab3160e6.tar.gz
core-ee4d7d11503fc4a93269a32dd1bf43d0ab3160e6.zip
fix typo in enabling Skia's SK_RELEASE
Although this was probably harmless, as Skia by default decides this based on NDEBUG, if not explicitly set. Change-Id: I46f0d336cdb940d2214c67bdb461cb4f8d9140f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102164 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_skia.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index 4c1c169c800d..ba3d3c6c0a07 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -56,7 +56,7 @@ are the same.
#else
-#define DSK_RELEASE
+#define SK_RELEASE
#endif // DBG_UTIL