mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Merge pull request #13 from thopiekar/various-fixes
typing error "defualt" -> "default"
This commit is contained in:
commit
24369a54ff
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…
Add table
Add a link
Reference in a new issue