1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 14:01:58 +02:00

Fix what I assume is a typo.

This commit is contained in:
Teo Mrnjavac 2013-02-23 20:36:22 +01:00
parent 50376bcbff
commit 2ec2e65d67

View File

@ -148,7 +148,7 @@ main( int argc, char *argv[] )
new TomahawkSettingsGui( &a );
#endif
#ifndef ENABLE_HEADLESSs
#ifndef ENABLE_HEADLESS
#ifdef WITH_BREAKPAD
new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() && !TomahawkUtils::headless() );
#endif