From e6915fb6dd715e39e37702a6d69c220c0f1798bf Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 31 Jul 2024 17:16:21 -0400 Subject: remove argc, argv; arguments will be passed via environment variables --- applications/clock/source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/clock') diff --git a/applications/clock/source/main.cpp b/applications/clock/source/main.cpp index 3a1270d..fde8f33 100644 --- a/applications/clock/source/main.cpp +++ b/applications/clock/source/main.cpp @@ -38,7 +38,7 @@ std::string the_time() { } -int main(int, char **) { +int main() { font = new daguerre::fixed_font( daguerre::try_load_psf("/assets/terminus/10x18-bold.psf").value()); -- cgit v1.2.3