Skip to content

Commit

Permalink
[Adel Gadllah] rfkill-glib: Don't use g_assert_not_reached in type_to…
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 20, 2013
1 parent caa587e commit 8b647d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/network/rfkill-glib.c
Expand Up @@ -80,7 +80,7 @@ type_to_string (unsigned int type)
case RFKILL_TYPE_WWAN:
return "WWAN";
default:
g_assert_not_reached ();
return "UNKNOWN";
}
}

Expand Down

0 comments on commit 8b647d3

Please sign in to comment.