aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/ringbuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ringbuffer.hpp')
-rw-r--r--src/base/ringbuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ringbuffer.hpp b/src/base/ringbuffer.hpp
index 44ecc961..4c49011a 100644
--- a/src/base/ringbuffer.hpp
+++ b/src/base/ringbuffer.hpp
@@ -45,6 +45,6 @@ namespace usdx
int get_available();
void flush(void);
};
-};
+}
#endif