1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 16:11:54 +00:00

typing error "defualt" -> "default"

This commit is contained in:
Thomas-Karl Pietrowski 2015-03-22 16:39:48 +00:00
parent 2e933497ff
commit 026869dd08

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