diff --git a/main.c b/main.c index d5f78d4..28940bd 100644 --- a/main.c +++ b/main.c @@ -26,15 +26,12 @@ WITH REGARD TO THIS SOFTWARE. "verify my signature: signing public key
"\ "send me an encrypted message: encryption public key" #define CONTACT "contact: nilix@nilfm.cc (keys)
" -#define FOOTER "visit the nilFM hack lab "\ - "visit me on Mastodon "\ - "visit me on Vimeo "\ - "visit the Webring
" +#define FOOTER "visit the nilFM hack lab. "\ + "visit me on Mastodon. "\ + "visit the Webring.
" #define LICENSE "CC-BY-NC 4" @@ -42,7 +39,6 @@ WITH REGARD TO THIS SOFTWARE. #define MAINCSS "/new.css" #define FRONTCSS "/front.css" - /* clang-format on */ struct dirent* dir;