Skip to content
Snippets Groups Projects
Commit e000d0f9 authored by wierenga's avatar wierenga
Browse files

Fixed typo in BF YI output string.

parent 8bc129d7
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ static const value_string bf_vals[] = ...@@ -150,7 +150,7 @@ static const value_string bf_vals[] =
{ 0x00, "XR,XI,YR,YI coefficients for XR output" }, { 0x00, "XR,XI,YR,YI coefficients for XR output" },
{ 0x01, "XR,XI,YR,YI coefficients for XI output" }, { 0x01, "XR,XI,YR,YI coefficients for XI output" },
{ 0x02, "XR,XI,YR,YI coefficients for YR output" }, { 0x02, "XR,XI,YR,YI coefficients for YR output" },
{ 0x03, "XR,XI,YR,YI coefficients for YR output" }, { 0x03, "XR,XI,YR,YI coefficients for YI output" },
{ 0, NULL }, { 0, NULL },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment