Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove extra closing paren in CL main.lisp

Unmatched close parenthesis at line 741 caused SBCL COMPILE-FILE-ERROR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
fedac/native/cl/main.lisp
··· 738 738 (fb-destroy screen) 739 739 (ac-native.drm:drm-destroy display) 740 740 (format *error-output* "[notepat] shutdown~%") 741 - (force-output *error-output*))))) 741 + (force-output *error-output*))))