unreachable.3: add missing brace in example

Reported by:	alc
Approved by:	markj (mentor)
MFC after:	1 month
Fixes:		b381d09802
See also:	D53967
This commit is contained in:
Robert Clausecker
2025-11-28 21:45:00 +01:00
parent 687ab0dc54
commit 233ddc56a7
+1
View File
@@ -61,6 +61,7 @@ void print_classification(double x)
default:
unreachable();
}
}
.Ed
.Sh SEE ALSO