diff options
author | awy <awy@awy.one> | 2025-08-23 23:59:30 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-23 23:59:30 +0300 |
commit | 5a0107ba1e9388a3d4ade7faa06a1c94786ae3d2 (patch) | |
tree | 50938c25191f646990147158b1a4ead8c22a2028 /src/stmusic.c | |
parent | b3526d31b40dbdf37ea4b314c8e9aa94d39b7f8c (diff) |
add sttorrent
Diffstat (limited to 'src/stmusic.c')
-rw-r--r-- | src/stmusic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stmusic.c b/src/stmusic.c index 64a7939..1a02813 100644 --- a/src/stmusic.c +++ b/src/stmusic.c @@ -17,7 +17,8 @@ #include <mpd/client.h> #include <stdio.h> -int main(void) +int +main(void) { struct mpd_connection *conn; struct mpd_status *status; |