mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed indentation
This commit is contained in:
parent
5e800edbaa
commit
187c6a681a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ u8 *parseBufferSpec(char *str, size_t *outlen){
|
|||
/* This catches the case of an empty "0x" */
|
||||
if(strlen(str) == 2)
|
||||
return NULL;
|
||||
start=str+2;
|
||||
start=str+2;
|
||||
}
|
||||
/* String should be treated as list of hex char in this format: \x00\xFF\x0A*/
|
||||
else if( !strncmp("\\x", str, 2) ){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue