aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-15 08:51:23 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-15 09:06:33 +0100
commit48176bc71bad193379a7b7ed76da65a6dcc829d0 (patch)
treec1c101136bae7876dbe50fd3ecfac5daa8aff562
parentc53f7e3492bf641e82c2f3204bfdd871ca64da1c (diff)
downloadembedlog-0.1.0.tar.gz
embedlog-0.1.0.tar.bz2
embedlog-0.1.0.zip
pkg/test.c: modify test for current embedlog apiv0.1.0-r10.1.0
-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;