aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 23:55:40 -0400
commit471d0e4a3db8248a8e968fcf25d59f53d2c5c139 (patch)
tree4aeef8028986409bfa30c70f6fa2ddb93038c871 /test.c
parent999c8d881299bdefd4eb123244df225260a7e302 (diff)
parent8e65bc97327b27014fc9507374a20bfc468e06ee (diff)
downloadlibsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.gz
libsurvive-471d0e4a3db8248a8e968fcf25d59f53d2c5c139.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 8c697c1..ea60a14 100644
--- a/test.c
+++ b/test.c
@@ -160,7 +160,7 @@ int main( int argc, char ** argv )
dump_iface( survive_get_so_by_name( ctx, "WM1" ), "WM1" );
dump_iface( survive_get_so_by_name( ctx, "TR0" ), "TR0" );
dump_iface( survive_get_so_by_name( ctx, "WW0" ), "WW0" );
-
+ survive_startup(ctx);
survive_cal_install(ctx);
while(survive_poll(ctx) == 0)