| 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.
|
| */
|
|
|