aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authorLars Persson2009-03-07 07:29:33 +0000
committerLars Persson2009-03-07 07:29:33 +0000
commitdd10e99c2eb800425b9e10e1813531731f319dde (patch)
tree9e6ff1e6e1a589bb29c1770e8eb491f06a37dba1 /backends/platform/symbian/AdaptAllMMPs.pl
parent979c1e0f6ad0376ab35f908f28377528fd6aad69 (diff)
downloadscummvm-rg350-dd10e99c2eb800425b9e10e1813531731f319dde.tar.gz
scummvm-rg350-dd10e99c2eb800425b9e10e1813531731f319dde.tar.bz2
scummvm-rg350-dd10e99c2eb800425b9e10e1813531731f319dde.zip
Bye bye FNMatch
svn-id: r39181
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;