summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index e4040bc5..bd05f1e2 100644
--- a/lib.h
+++ b/lib.h
@@ -428,7 +428,7 @@ typedef struct wli wchli_t;
#if LIT_ALIGN < 4
#define wli_noex(lit) (coerce(const wchli_t *,\
convert(const wchar_t *,\
- "\0" L ## lit L"\0" + 1)))
+ L"\0" L ## lit L"\0" + 1)))
#define wini(ini) L"\0" L ## ini L"\0"
#define wref(arr) ((arr) + 1)
#else