Re-order the decostop array to match the enum values.

The enum values have been re-ordered a while ago, but the array was not
updated to reflect those changes.
This commit is contained in:
Jef Driesen 2013-03-10 20:52:24 +01:00
parent 9fb5e1f566
commit 7323ba0f2d

View File

@ -243,7 +243,7 @@ sample_cb (dc_sample_type_t type, dc_sample_value_t value, void *userdata)
"OLF", "PO2", "airtime", "rgbm", "heading", "tissue level warning",
"gaschange2"};
static const char *decostop[] = {
"ndl", "deco", "deep", "safety"};
"ndl", "safety", "deco", "deep"};
sample_data_t *sampledata = (sample_data_t *) userdata;