photomosaics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ffb7821da62a5f6852d79889b1a3cd1f527babdf
parent c5e1930c82883a3791ad761adf45464ad534f973
Author: Wilson Gheen <wilson@wilsonrgheen.com>
Date:   Sun, 15 Jan 2023 12:02:52 -0600

Fix typo

Diffstat:
Mphotomosaics.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/photomosaics.c b/photomosaics.c @@ -424,7 +424,7 @@ int main(int argc, char **argv) { size_t length = 1, width = 1; int opt; - while((opt=getopt(argc, argv, "h:i:o:l:w:")) > -1) { + while((opt=getopt(argc, argv, "hi:o:l:w:")) > -1) { switch(opt) { case 'h': usage(argv[0]);