Changeset 1245

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

--

Files:

Legend:

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

    r1244 r1245  
    110110{ 
    111111 
    112         if ($line =~ /struct\s_(.*)Iface$/) 
     112        if ($line =~ /struct\s_(.*)Iface[\s|]$/) 
    113113        { 
    114114                $itel++; 
     
    226226{ 
    227227        print ("\t\tg_type_add_interface_static (type, ".uncamel_up ($interfaces{$key}{"name"}).",\n");  
    228         print ("\t\t\t&".uncamel_low ($interfaces{$key}{"name"})."_info\n"); 
     228        print ("\t\t\t&".uncamel_low ($interfaces{$key}{"name"})."_info\n\n"); 
    229229} 
    230230print ("\t}\n\treturn type;\n}\n");