From 4e254221f769a9ff477bec8296d217ffc9d2fee9 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 26 Feb 2024 16:22:12 +1300 Subject: [PATCH] Fix source comment typo --- src/img.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/img.c b/src/img.c index 39134924..b4cee63d 100644 --- a/src/img.c +++ b/src/img.c @@ -2763,7 +2763,8 @@ bad_plt_date: * * Even if it's actually being used for a different * purpose, Survex programs don't show surface legs - * by default so matches fairly well. + * by default so img_FLAG_SURFACE matches fairly + * well. */ shot_flags |= img_FLAG_SURFACE; break; -- 2.11.4.GIT