mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
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
|
||||
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+)$/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user