From 0e80c34f73ab0cf986675b1ac5e78e6f14eca623 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 14 Aug 2024 21:34:50 +0200 Subject: Added Remote file server class --- modules/remote-filesystem/examples/remote_write_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/remote-filesystem/examples/remote_write_file.cpp') 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; } -- cgit v1.2.3