mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing comma between error message definitions.
CID: 1199266 Found with: Coverity Prevent(tm) MFC after: 1 week
This commit is contained in:
parent
90f5e7aa35
commit
48a098e360
1 changed files with 1 additions and 1 deletions
|
|
@ -2195,7 +2195,7 @@ static const char * const iwn_fw_errmsg[] = {
|
|||
"NMI_INTERRUPT_DATA_ACTION_PT",
|
||||
"NMI_TRM_HW_ER",
|
||||
"NMI_INTERRUPT_TRM",
|
||||
"NMI_INTERRUPT_BREAKPOINT"
|
||||
"NMI_INTERRUPT_BREAKPOINT",
|
||||
"DEBUG_0",
|
||||
"DEBUG_1",
|
||||
"DEBUG_2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue