aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
commit7176d6099e27d07d5801b2ac04d17035b694ca66 (patch)
tree65182fe7e25659b0f2ec1f661529abb17177cc5a /test.c
parentc2ee02ce28a7c7a9bebe9b69f214e8e441d60cc8 (diff)
parentfe31e600d890004f0f255a20fe056e0e8a54209b (diff)
downloadlibsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.gz
libsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.bz2
Merge branch 'master' of 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 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 )
{