diff options
Diffstat (limited to 'lib/et/com_err.h')
-rw-r--r-- | lib/et/com_err.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/et/com_err.h b/lib/et/com_err.h index 1f343722..60494c2f 100644 --- a/lib/et/com_err.h +++ b/lib/et/com_err.h @@ -17,7 +17,7 @@ typedef long errcode_t; struct error_table { char const * const * msgs; long base; - unsigned int n_msgs; + int n_msgs; }; struct et_list; |