summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'omnimods.m4.conf')
-rw-r--r--omnimods.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnimods.m4.conf b/omnimods.m4.conf
index fcc6adc..a7b3b01 100644
--- a/omnimods.m4.conf
+++ b/omnimods.m4.conf
@@ -58,5 +58,5 @@ m4_dnl
m4_dnl
m4_dnl
m4_ifelse(__CODE_STYLE(),
- erlang, __MOD_USE_ERLANG_STYLE(),
- __CODE_STYLE, json, __MOD_USE_JSON_STYLE())m4_dnl
+ erlang, `__MOD_USE_ERLANG_STYLE()',
+ __CODE_STYLE, json,` __MOD_USE_JSON_STYLE()')m4_dnl