aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/ringbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ringbuffer.cpp')
-rw-r--r--src/base/ringbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ringbuffer.cpp b/src/base/ringbuffer.cpp
index 72b09666..20fb9533 100644
--- a/src/base/ringbuffer.cpp
+++ b/src/base/ringbuffer.cpp
@@ -134,4 +134,4 @@ namespace usdx
write_pos = 0;
buffer_count = 0;
}
-};
+}