Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: native_client_sdk/src/examples/hello_world_newlib/hello_world.c

Issue 10539082: Add DSC files for the various examples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698