summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/examples/remote_write_file.cpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 21:34:50 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 21:34:50 +0200
commit0e80c34f73ab0cf986675b1ac5e78e6f14eca623 (patch)
tree7ccbd983837d066b290621c531a640d0ce02eb40 /modules/remote-filesystem/examples/remote_write_file.cpp
parent903dc78b7b3542e7fc7e865a4acc60df68688d53 (diff)
Added Remote file server class
Diffstat (limited to 'modules/remote-filesystem/examples/remote_write_file.cpp')
-rw-r--r--modules/remote-filesystem/examples/remote_write_file.cpp2
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;
}