aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-25 16:20:42 -0500
committercnlohr <lohr85@gmail.com>2017-02-25 16:20:42 -0500
commit6fe8d04961c927d22a8b91e04d30450699867817 (patch)
tree9a55b346f33618f51f38d057ce1ff5d3b4c9fb84 /test.c
parentf92f5dc93cbb53a99da51984541a7e4a70605639 (diff)
downloadlibsurvive-6fe8d04961c927d22a8b91e04d30450699867817.tar.gz
libsurvive-6fe8d04961c927d22a8b91e04d30450699867817.tar.bz2
Update code to allow for headless mode.
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 17fa7f3..3256350 100644
--- a/test.c
+++ b/test.c
@@ -42,7 +42,7 @@ int main()
int magicon = 0;
double Start = OGGetAbsoluteTime();
- ctx = survive_init( );
+ ctx = survive_init( 0 );
if( !ctx )
{