Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:41:05 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:41:05 +0300
commit69e9c42365a92bc1af57a843f48513e19aaf0cdf (patch)
tree393d499162bd1421934c1952dc2a913f6fd96ed2 /example
parentbd06afea35d760e6de395b047a9524c55bf44588 (diff)
upd
Diffstat (limited to 'example')
-rw-r--r--example/use_cases.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/use_cases.cpp b/example/use_cases.cpp
index b8f93bee..65190ae3 100644
--- a/example/use_cases.cpp
+++ b/example/use_cases.cpp
@@ -159,6 +159,7 @@ void scatter_write()
long, and aligned to 4Kb boundaries. If you would like this example to work as-is, change the
caching::only_metadata to caching::all.
*/
+ return;
//! [scatter_write]
namespace afio = AFIO_V2_NAMESPACE;