Fix typo.

This commit is contained in:
Dianne Skoll
2022-01-31 14:37:47 -05:00
parent b2746f28db
commit 0bd6278050

View File

@@ -449,7 +449,7 @@ proc CreateCustomH {} {
.msgs insert end "#define DEFAULT_LATITUDE $lat"
}
"#define DEFAULT_LONGITUDE *" {
set lon [expr -1.0 * ($LON_DEG + ($LON_MIN/60.0) + ($LAT_SEC/3600.0))]
set lon [expr -1.0 * ($LON_DEG + ($LON_MIN/60.0) + ($LON_SEC/3600.0))]
puts $out "#define DEFAULT_LONGITUDE $lon"
.msgs insert end "#define DEFAULT_LONGITUDE $lon"
}