mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Fix wording.
This commit is contained in:
2
main.c
2
main.c
@@ -266,7 +266,7 @@ int main()
|
|||||||
{
|
{
|
||||||
case DICMOTE_PACKET_TYPE_HELLO: printf("Received hello packet out of order, skipping...\n"); continue;
|
case DICMOTE_PACKET_TYPE_HELLO: printf("Received hello packet out of order, skipping...\n"); continue;
|
||||||
case DICMOTE_PACKET_TYPE_COMMAND_LIST_DEVICES:
|
case DICMOTE_PACKET_TYPE_COMMAND_LIST_DEVICES:
|
||||||
printf("List devices not yet supported, skipping...\n");
|
printf("List devices not yet implemented, skipping...\n");
|
||||||
continue;
|
continue;
|
||||||
case DICMOTE_PACKET_TYPE_RESPONSE_LIST_DEVICES:
|
case DICMOTE_PACKET_TYPE_RESPONSE_LIST_DEVICES:
|
||||||
printf("Received response packet?! You should certainly not do that...\n");
|
printf("Received response packet?! You should certainly not do that...\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user