Skip to content
Snippets Groups Projects
Commit 101d7779 authored by Charles Wright's avatar Charles Wright
Browse files

Tidying up comments

parent cd128c43
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,10 @@ int demo_setup(bsspeke_user_info_t *user_info)
const char *server_id = "bob.example.com";
const char *password = "P@ssword1";
// Also, because we got rid of all the
// custom message structs, we need to pretend
// to be the network ferrying messages back
// and forth between the client and server.
// Because we got rid of all the custom message
// structs, we need to pretend to be the network
// ferrying messages back and forth between the
// client and server.
// More than that, we have to pretend to be the
// network interface code that marshals and
// unmarshals all of these variables out of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment