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

Unified Diff: native_client_sdk/src/examples/tutorial/debugging/debugging.c

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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/tutorial/debugging/debugging.c
diff --git a/native_client_sdk/src/examples/tutorial/debugging/hello_world.c b/native_client_sdk/src/examples/tutorial/debugging/debugging.c
similarity index 99%
rename from native_client_sdk/src/examples/tutorial/debugging/hello_world.c
rename to native_client_sdk/src/examples/tutorial/debugging/debugging.c
index 200165155f661e57c321be688d1e439f2025e8c5..99b56a281e6617cbf5e57bee9d7b7bfcfc0b57ce 100644
--- a/native_client_sdk/src/examples/tutorial/debugging/hello_world.c
+++ b/native_client_sdk/src/examples/tutorial/debugging/debugging.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/** @file hello_world.c
+/** @file debugging.c
* This example, is a modified version of hello world. It will start a second
* thread and cause that thread to crash via a NULL dereference.
*/

Powered by Google App Engine
This is Rietveld 408576698