Index: native_client_sdk/src/examples/hello_world_newlib/hello_world.c |
=================================================================== |
--- native_client_sdk/src/examples/hello_world_newlib/hello_world.c (revision 141601) |
+++ native_client_sdk/src/examples/hello_world_newlib/hello_world.c (working copy) |
@@ -22,6 +22,7 @@ |
#include "ppapi/c/ppp_instance.h" |
#include "ppapi/c/ppp_messaging.h" |
+ |
static PPB_Messaging* ppb_messaging_interface = NULL; |
static PPB_Var* ppb_var_interface = NULL; |
@@ -68,7 +69,7 @@ |
const char* argn[], |
const char* argv[]) { |
ppb_messaging_interface->PostMessage(instance, |
- CStrToVar("Hello a World (NEWLIB)")); |
+ CStrToVar("Hello World: " TCNAME)); |
return PP_TRUE; |
} |