aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/test.c')
-rw-r--r--pkg/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/test.c b/pkg/test.c
index 059ef0c..55828aa 100644
--- a/pkg/test.c
+++ b/pkg/test.c
@@ -13,7 +13,7 @@
int main(void)
{
el_init();
- el_option(EL_OUT, EL_OUT_STDERR);
+ el_option(EL_OPT_OUTPUT, EL_OPT_OUT_STDERR);
el_print(ELN, "embedlog works!");
el_cleanup();
return 0;