412f97c fix extra ‘;’ outside of a function

Authored and Committed by Thomas Kuehne 2 years ago
    fix extra ‘;’ outside of a function
    
    Fixes:
    xmlif/xmlif.l:240:24: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
      240 | int yywrap() {exit(0);};
          |                        ^
    
    Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
    
        
file modified
+1 -1