Excellon drill file: fix a very minor issue in a comment.

This commit is contained in:
jean-pierre charras 2019-02-27 10:41:55 +01:00
parent 73f0b3087c
commit 29d7c0a1ec
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ wxString GbrMakeCreationDateAttributeString( GBR_NC_STRING_FORMAT aFormat )
break;
case GBR_NC_STRING_FORMAT_NCDRILL:
msg.Printf( "; #@! TF.CreationDate,%s%s*", date.FormatISOCombined(), timezone_offset );
msg.Printf( "; #@! TF.CreationDate,%s%s", date.FormatISOCombined(), timezone_offset );
break;
}
return msg;