[kernel][unpacker] Update the unpacker comment in order to update the documentation
git-svn-id: svn://kolibrios.org@9029 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
923adaf09c
commit
7ba2ef299c
@ -10,7 +10,7 @@ $Revision$
|
||||
|
||||
; @brief Unpack LZMA-compressed data. C-style declaration of the function.
|
||||
;
|
||||
; ```void __stdcall unpack(void* packed_data, void* unpacked_data);```
|
||||
; ```void __stdcall unpack(void *packed_data, void *unpacked_data);```
|
||||
;
|
||||
; @param packed_data Data to unpack
|
||||
; @param unpacked_data Buffer to hold unpacked data
|
||||
|
Loading…
Reference in New Issue
Block a user