mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 12:51:54 +00:00
typing error "defualt" -> "default"
This commit is contained in:
parent
2e933497ff
commit
026869dd08
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ static void verify_recipe(struct recipe *rec, struct rtsp_message *m)
|
|||
rec->data.payload,
|
||||
rec->data.size));
|
||||
break;
|
||||
defualt:
|
||||
default:
|
||||
ck_assert(false);
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue