From e01b03c96383b9e15fe1a2929c4d19869121d0a1 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 4 Dec 2018 14:58:14 -0500 Subject: Revert half-working reconnecting stuff --- ui.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 5a26aa2..a7bec55 100644 --- a/ui.c +++ b/ui.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -112,13 +111,12 @@ void uiInit(void) { uiShow(); } -noreturn void uiExit(void) { +void uiExit(void) { uiHide(); printf( "This program is AGPLv3 Free Software!\n" "The source is available at <" SOURCE_URL ">.\n" ); - exit(EX_OK); } static int lastLine(void) { -- cgit 1.4.1 aster dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
26 hoursCope with not having an EXIF infoJune McEnroe
26 hoursResize using target pixel counts for consistencyJune McEnroe
This will resize film scans to about the same size as for the digital photos.
29 hoursAdd The Girl Who Was Convinced...June McEnroe
Not much there. The illustrations are very nice though.
2 daysAdd photos from May 31June McEnroe
2 daysUse monospace on photo pagesJune McEnroe
2 daysPut lens and (future) film at the tops of photo pagesJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe