mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 10:29:10 +00:00
(svn r17690) -Fix: minor coding style issue
This commit is contained in:
@@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(char *p, const char *last)
|
||||
|
||||
/** Frees memory used for this->name
|
||||
*/
|
||||
DriverFactoryBase::~DriverFactoryBase() {
|
||||
DriverFactoryBase::~DriverFactoryBase()
|
||||
{
|
||||
if (this->name == NULL) return;
|
||||
|
||||
/* Prefix the name with driver type to make it unique */
|
||||
|
Reference in New Issue
Block a user