aboutsummaryrefslogtreecommitdiff
path: root/vcal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.cpp')
-rw-r--r--vcal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.cpp b/vcal.cpp
index 8180cf80..b0ce2c82 100644
--- a/vcal.cpp
+++ b/vcal.cpp
@@ -8,7 +8,7 @@ vcomponent::vcomponent(
const std::string& filename)
: type(type)
, filename(filename)
-{ };
+{ }
std::ostream& operator<<(std::ostream& o, vcomponent* self) {
for (int i = 0; i < 40; i++) o << '_';