summaryrefslogtreecommitdiff
path: root/src/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.cpp')
-rw-r--r--src/driver.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver.cpp b/src/driver.cpp
index 931913bf0..f0c27c195 100644
--- a/src/driver.cpp
+++ b/src/driver.cpp
@@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(char *p, const char *last)
return p;
}
-/** Frees memory used for this->name
+/**
+ * Frees memory used for this->name
*/
DriverFactoryBase::~DriverFactoryBase()
{