Changeset - r13173:17dd8cfa4ec6
[Not reviewed]
master
0 1 0
smatz - 15 years ago 2009-10-04 14:49:39
smatz@openttd.org
(svn r17690) -Fix: minor coding style issue
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/driver.cpp
Show inline comments
 
@@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(
 

	
 
/** 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 */
0 comments (0 inline, 0 general)