aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-26 00:14:48 -0500
committercnlohr <lohr85@gmail.com>2017-02-26 00:14:48 -0500
commitf4ab8c084c1e23e850f436c2c0bb6777da3d942a (patch)
treee5b92a7f19ddb69320610aec46b1b6c8d05dcef0 /test.c
parent55cedfc6a6b035d6eb54457782818fef61cae500 (diff)
parentfe31e600d890004f0f255a20fe056e0e8a54209b (diff)
downloadlibsurvive-f4ab8c084c1e23e850f436c2c0bb6777da3d942a.tar.gz
libsurvive-f4ab8c084c1e23e850f436c2c0bb6777da3d942a.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 d5845d3..9dc3631 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 )
{