Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
Corrected supQueryObjectName description comment.
  • Loading branch information
hfiref0x committed Mar 18, 2015
1 parent 45331f2 commit 95fcc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SHA1.hash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dbfe617aa9cbf624c1fd39a25410899332bdc0a3 *Source\vmde\minirtl\_strncpy.c
6c58a1874cdb58602a6af28d2f493b16c4b1d335 *Source\vmde\ntos.h
5624e41c8fde72299a2603378cf891afba555766 *Source\vmde\resource.h
6a0eec6aba5c941b3309312ca47b14cac245e0c0 *Source\vmde\Resource.rc
7aad12feb72c092be1d3289d69318bcc13067272 *Source\vmde\sup.c
da7944927e4060b8c226442b1eb5021efe7957d4 *Source\vmde\sup.c
c59a921802ffdcf80c460d7c46ef46b0e6fa2da5 *Source\vmde\sup.h
ac6c3ec2fcac5f55ae463603e73263fdc2f15104 *Source\vmde\variables.h
b94764a8f6ac57bfebc00b2c739c64287fcd85bd *Source\vmde\vmde.vcxproj
Expand Down
2 changes: 1 addition & 1 deletion Source/vmde/sup.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ PVOID supGetFirmwareTable(
BOOL supQueryObjectName(
_In_ HKEY hKey,
_Inout_ PVOID Buffer,
_In_ ULONG BufferSize //size of bytes in bytes
_In_ ULONG BufferSize //size of input buffer in bytes
)
{
BOOL cond = FALSE;
Expand Down

0 comments on commit 95fcc9c

Please sign in to comment.