mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix grammar error and trailing newline.
Submitted by: danfe MFC after: 3 days
This commit is contained in:
parent
192daa5d18
commit
2809a6dfa4
1 changed files with 1 additions and 2 deletions
|
|
@ -914,7 +914,7 @@ number:
|
|||
while (percent < fmt)
|
||||
PCHAR(*percent++);
|
||||
/*
|
||||
* Since we ignore an formatting argument it is no
|
||||
* Since we ignore a formatting argument it is no
|
||||
* longer safe to obey the remaining formatting
|
||||
* arguments as the arguments will no longer match
|
||||
* the format specs.
|
||||
|
|
@ -1122,4 +1122,3 @@ hexdump(const void *ptr, int length, const char *hdr, int flags)
|
|||
printf("\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue