mirror of https://github.com/OpenTTD/OpenTTD
(svn r17690) -Fix: minor coding style issue
parent
1e665c7639
commit
5c2fb2f8c1
|
@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(char *p, const char *last)
|
||||||
|
|
||||||
/** Frees memory used for this->name
|
/** Frees memory used for this->name
|
||||||
*/
|
*/
|
||||||
DriverFactoryBase::~DriverFactoryBase() {
|
DriverFactoryBase::~DriverFactoryBase()
|
||||||
|
{
|
||||||
if (this->name == NULL) return;
|
if (this->name == NULL) return;
|
||||||
|
|
||||||
/* Prefix the name with driver type to make it unique */
|
/* Prefix the name with driver type to make it unique */
|
||||||
|
|
Loading…
Reference in New Issue