mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed a typo.
svn path=/trunk/; revision=17779
This commit is contained in:
parent
19f7ba6b03
commit
10dac7250e
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ SetHarddiskIdentifier(FRLDRHKEY DiskKey,
|
|||
Identifier[17] = '-';
|
||||
Identifier[18] = 'A';
|
||||
Identifier[19] = 0;
|
||||
DbgPrint((DPRINT_HWDETECT, "Identifier: %xsn", Identifier));
|
||||
DbgPrint((DPRINT_HWDETECT, "Identifier: %x\n", Identifier));
|
||||
|
||||
/* Set identifier */
|
||||
Error = RegSetValue(DiskKey,
|
||||
|
|
Loading…
Reference in a new issue