Module: wine Branch: master Commit: fedef6628d7d0ddff1df9fa7d091fd7c144f291a URL: http://source.winehq.org/git/wine.git/?a=commit;h=fedef6628d7d0ddff1df9fa7d0...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Sun May 1 11:29:10 2016 +0300
tools/winapi: Fix a typo in comments.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/winapi/nativeapi.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/winapi/nativeapi.pm b/tools/winapi/nativeapi.pm index 78b6ec9..4804486 100644 --- a/tools/winapi/nativeapi.pm +++ b/tools/winapi/nativeapi.pm @@ -98,7 +98,7 @@ sub new($) { # remove leading and trailing whitespace s/^\s*(.*?)\s*$/$1/;
- # skip emty lines + # skip empty lines if(/^$/) { next; }
# skip comments @@ -147,7 +147,7 @@ sub new($) { # remove leading and trailing whitespace s/^\s*(.*?)\s*$/$1/;
- # skip emty lines + # skip empty lines if(/^$/) { next; }
if(/^#undef\s+(\S+)$/) {