diff options
Diffstat (limited to 'modules/remote-filesystem/examples/remote_write_file.cpp')
-rw-r--r-- | modules/remote-filesystem/examples/remote_write_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-filesystem/examples/remote_write_file.cpp b/modules/remote-filesystem/examples/remote_write_file.cpp index 938b140..6ec1586 100644 --- a/modules/remote-filesystem/examples/remote_write_file.cpp +++ b/modules/remote-filesystem/examples/remote_write_file.cpp @@ -54,5 +54,5 @@ int main(){ return 4; } } - + return 0; } |