X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2Fdoc-extract;h=67fdd64cb070ab919fe7de69cc239c8bf39ccd2f;hb=04aeb72dc19dcaaa3012c691407c8016c3842ed5;hp=a7aabe4f7935b7353ad969dd38f57ca53fe0b393;hpb=0035c055fd147a2f7a396cbeadd21600b72d6c5b;p=libucw.git diff --git a/build/doc-extract b/build/doc-extract index a7aabe4f..67fdd64c 100755 --- a/build/doc-extract +++ b/build/doc-extract @@ -22,7 +22,7 @@ if( defined $defdump ) { $hasdump = 1; } -# Function to guess type of stytement +# Function to guess type of statement sub detect( $ ) { ( $_ ) = @_; # typedef struct|enum { something } name;