commit 19c4311b55a37c4472ca0e84ce71937196e32925 from: Omar Polo date: Sun Jul 25 10:10:40 2021 UTC style commit - dfb5eb393cd9d879637f6a643f31593ef8c654fa commit + 19c4311b55a37c4472ca0e84ce71937196e32925 blob - e2ed9c29c34d93bbed3ddc09bf911fb2f5a29eaf blob + 6de46c7b396d96f52f0fa0a0c0136787754a52cd --- telescope.c +++ telescope.c @@ -115,10 +115,10 @@ static int ui_send_net(int, uint32_t, const void *, static int ui_send_fs(int, uint32_t, const void *, uint16_t); static struct proto protos[] = { - { "about", load_about_url }, - { "finger", load_finger_url }, - { "gemini", load_gemini_url }, - { NULL, NULL }, + {"about", load_about_url}, + {"finger", load_finger_url}, + {"gemini", load_gemini_url}, + {NULL, NULL}, }; static imsg_handlerfn *handlers[] = {