diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:43:13 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:43:13 -0400 |
commit | f59a5d3655a17eba162f60727d73c7c79b057cbc (patch) | |
tree | 5aee0c19baee8d334082aa74cf425128e1af6f44 /error_utils.c | |
parent | 48098fad82a0eb3df68e194c764ea04cfc8b01a2 (diff) |
fixme comments
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/error_utils.c b/error_utils.c index 14b7684..815d039 100644 --- a/error_utils.c +++ b/error_utils.c @@ -21,10 +21,7 @@ END DESCRIPTION **********************************************************/ /*** EndHeader */ -// FIXME - error checker not implemented yet - - -int Error_Screen=NO; +int Error_Screen=NO; //FIXME - should be a menu global? void set_gpib_error_flags (int error_num); |