From 2ec2e65d67494793b4867b45151556eebdc021b0 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sat, 23 Feb 2013 20:36:22 +0100 Subject: [PATCH] Fix what I assume is a typo. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1824223f7..31a4eb5f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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