| Index: native_client_sdk/src/examples/hello_world_gles/hello_world.cc
|
| diff --git a/native_client_sdk/src/examples/hello_world_gles/hello_world.cc b/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
|
| index c29c165d06e3f22e65a82937c534b9c39edf119e..fc6e3df96f7bad3618874588ceba786232904f57 100644
|
| --- a/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
|
| +++ b/native_client_sdk/src/examples/hello_world_gles/hello_world.cc
|
| @@ -395,7 +395,7 @@ static void URLOpened(void* user_data, int mode) {
|
| }
|
|
|
| // Otherwise allocate a buffer with enough space for a terminating
|
| - // NUL in case we need one.
|
| + // NULL in case we need one.
|
| cnt = (total > LONG_MAX) ? LONG_MAX : (int32_t) total;
|
| req->buf_ = (char *) malloc(cnt + 1);
|
| req->buf_[cnt] = 0;
|
|
|