File diff r13024:48c81d0b078a → r13025:49d301c3f444
src/driver.h
Show inline comments
 
@@ -65,7 +65,7 @@ private:
 

	
 
	static const char *GetDriverTypeName(Driver::Type type)
 
	{
 
		static const char *driver_type_name[] = { "sound", "music", "video" };
 
		static const char * const driver_type_name[] = { "sound", "music", "video" };
 
		return driver_type_name[type];
 
	}