From 54f14b08cadafc2ad2a2aa29d5a7fef3ee2e680f Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 31 Mar 2018 18:46:29 +0200 Subject: [PATCH] commit forgotten change in my previous commit --- gerbview/excellon_image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gerbview/excellon_image.h b/gerbview/excellon_image.h index 4c7d14da64..d56e539718 100644 --- a/gerbview/excellon_image.h +++ b/gerbview/excellon_image.h @@ -40,8 +40,8 @@ enum drill_M_code_t { DRILL_M_TIPCHECK, DRILL_M_METRIC, DRILL_M_IMPERIAL, - DRILL_METRICHEADER, - DRILL_IMPERIALHEADER, + DRILL_METRIC_HEADER, + DRILL_IMPERIAL_HEADER, DRILL_DETECT_BROKEN, DRILL_INCREMENTALHEADER, DRILL_REWIND_STOP,