mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add missing quotes around ID string in __FBSDID().
Pointy hat to: obrien
This commit is contained in:
parent
8e91c039a7
commit
60a6cf4eff
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID($FreeBSD$);
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue