1
0
Fork 0
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:
Alberto Fanjul 2015-03-22 18:51:28 +01:00
commit 24369a54ff

View file

@ -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();
}