mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch another C++ comment
This commit is contained in:
parent
8a1d3e0aaa
commit
bfbdcb3b13
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which)
|
|||
return ret0;
|
||||
}
|
||||
|
||||
extern u_int64_t ski_fake_pal[]; // *not* a function decl
|
||||
extern u_int64_t ski_fake_pal[]; /* *not* a function decl */
|
||||
extern void ia64_ski_init(void);
|
||||
extern u_int64_t ia64_pal_entry;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue