tools/winapi: Fix a typo in comments.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
83fee7456d
commit
fedef6628d
|
@ -98,7 +98,7 @@ sub new($) {
|
||||||
# remove leading and trailing whitespace
|
# remove leading and trailing whitespace
|
||||||
s/^\s*(.*?)\s*$/$1/;
|
s/^\s*(.*?)\s*$/$1/;
|
||||||
|
|
||||||
# skip emty lines
|
# skip empty lines
|
||||||
if(/^$/) { next; }
|
if(/^$/) { next; }
|
||||||
|
|
||||||
# skip comments
|
# skip comments
|
||||||
|
@ -147,7 +147,7 @@ sub new($) {
|
||||||
# remove leading and trailing whitespace
|
# remove leading and trailing whitespace
|
||||||
s/^\s*(.*?)\s*$/$1/;
|
s/^\s*(.*?)\s*$/$1/;
|
||||||
|
|
||||||
# skip emty lines
|
# skip empty lines
|
||||||
if(/^$/) { next; }
|
if(/^$/) { next; }
|
||||||
|
|
||||||
if(/^\#undef\s+(\S+)$/) {
|
if(/^\#undef\s+(\S+)$/) {
|
||||||
|
|
Loading…
Reference in New Issue