From 5a0107ba1e9388a3d4ade7faa06a1c94786ae3d2 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 23 Aug 2025 23:59:30 +0300 Subject: add sttorrent --- src/stclock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stclock.c') diff --git a/src/stclock.c b/src/stclock.c index 00353d5..7591825 100644 --- a/src/stclock.c +++ b/src/stclock.c @@ -17,7 +17,8 @@ #include #include -int main(void) +int +main(void) { time_t t = time(NULL); struct tm *tm = localtime(&t); -- cgit v1.2.3