diff options
Diffstat (limited to 'winsup/cygwin/gendevices')
-rwxr-xr-x | winsup/cygwin/gendevices | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/gendevices b/winsup/cygwin/gendevices index d8a5a5d73..27d4ed1a1 100755 --- a/winsup/cygwin/gendevices +++ b/winsup/cygwin/gendevices @@ -119,7 +119,7 @@ sub generate { $rest = "$fh, $rest" if $rest =~ /^"/o; $rest = fixup($rest, $vars); if ($rest =~ /^(.*), ([a-z_]*_dev)/) { - $pointers{$2} ||= "const device *$2 = $storage_loc;\n"; + $pointers{$2} ||= "const device *$2 = $storage_loc;\n"; $rest = $1; } push(@storage, " {\"$dev\", " . $rest . "},\n"); |