mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Whitespace.
This commit is contained in:
parent
6a9548e147
commit
4fba0e5a9b
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ int alloc_vsprintf(char **strp, const char *fmt, va_list va) {
|
|||
/* Used by escape_windows_command_arg to append a character to the given buffer
|
||||
at a given position, resizing the buffer if necessary. The position gets
|
||||
moved by one byte after the call. */
|
||||
|
||||
static char* safe_append_char(char* buf, char byte, unsigned int *rpos, unsigned int *rsize)
|
||||
{
|
||||
if (*rpos >= *rsize) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue