Skip to content

Commit

Permalink
ppb_nacl: fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Feb 12, 2015
1 parent 7591b95 commit 8fb548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppb_nacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ppb_nacl_launch_sel_ldr(PP_Instance instance, PP_Bool main_service_runtime, cons
PP_Bool
ppb_nacl_start_ppapi_proxy(PP_Instance instance)
{
return PP_EXTERNAL_PLUGIN_OK;
return PP_TRUE;
}

int32_t
Expand Down

0 comments on commit 8fb548a

Please sign in to comment.