Changeset 1249

Show
Ignore:
Timestamp:
11/26/06 14:46:04
Author:
pvanhoof
Message:

fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/gtypeinterface-h-files-to-c-file.pl

    r1248 r1249  
    109109{ 
    110110 
    111         if ($line =~ /struct\s_(.*)Iface[\s|]$/) 
     111        if ($line =~ /struct\s_(.*)Iface[\s|\s\{|\s\{\s]$/) 
    112112        { 
    113113                $itel++; 
     
    117117        } 
    118118 
    119         if ($line =~ /^\]\;$/) 
     119        if ($line =~ /^\}\;$/) 
    120120        { 
    121121                $ifaisopen = 0;