From d438c5b16f42700c8ff541269759d6c585959729 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 4 Apr 2018 09:37:18 -0600 Subject: Fixed api demo --- api_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api_example.c') diff --git a/api_example.c b/api_example.c index f2d9bd6..515c4e6 100644 --- a/api_example.c +++ b/api_example.c @@ -4,7 +4,7 @@ #include int main(int argc, char **argv) { - SurviveAsyncContext *actx = survive_asyc_init(argc, argv); + SurviveAsyncContext *actx = survive_async_init(argc, argv); if (actx == 0) // implies -help or similiar return 0; -- cgit v1.2.3