| Index: native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c
|
| diff --git a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c b/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c
|
| similarity index 99%
|
| rename from native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c
|
| rename to native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c
|
| index b56e1c67de23a70e89da82ee7445c8fb93850567..43e4847eedcec873c7482927bedfbd1e8962d6a0 100644
|
| --- a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c
|
| +++ b/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "hello_nacl_io.h"
|
| +#include "nacl_io_demo.h"
|
|
|
| #include <assert.h>
|
| #include <stdio.h>
|
|
|