diff options
| -rw-r--r-- | src/lib/tng_io.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 7586e92..e9acdd4 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -14814,6 +14814,7 @@ tng_function_status DECLSPECDLLEXPORT tng_data_get_stride_length      {          *stride_length = np_data->stride_length;      } +    return(TNG_SUCCESS);  }  tng_function_status DECLSPECDLLEXPORT tng_time_get_str | 
