diff options
author | Christopher Faylor <me@cgf.cx> | 2012-08-16 23:34:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-08-16 23:34:45 +0000 |
commit | 46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch) | |
tree | 4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/hookapi.cc | |
parent | 00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff) | |
download | cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2 cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip |
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/hookapi.cc')
-rw-r--r-- | winsup/cygwin/hookapi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/hookapi.cc b/winsup/cygwin/hookapi.cc index 83e9f498a..0c3494d3f 100644 --- a/winsup/cygwin/hookapi.cc +++ b/winsup/cygwin/hookapi.cc @@ -329,7 +329,7 @@ hook_or_detect_cygwin (const char *name, const void *fn, WORD& subsys, HANDLE h) return NULL; pdfirst = rva (PIMAGE_IMPORT_DESCRIPTOR, map, importRVA - offset); /* ... carefully check the required size to fit the string table into - the map as well. Allow NAME_MAX bytes for the DLL name, but don't + the map as well. Allow NAME_MAX bytes for the DLL name, but don't go beyond the remainder of the section. */ if (importRVAMaxSize - importRVASize > wincap.allocation_granularity ()) { |