aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index b7a6da6812..6378c2ba72 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -200,7 +200,7 @@ sub CheckForModuleMK
# there is nothing we need in #ifndef sections: so ignore these for now
# found a section? reset
- if ($line =~ /^ifdef (.*)/)
+ if ($line =~ /^ifdef (.*)/)
{
$sec = $1;
$isenable = 1;