diff options
author | biouman <biouman> | 2001-05-01 09:48:02 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-01 09:48:02 +0000 |
commit | 6b8f02426a4dd9358c7b35d34268db358fd113c3 (patch) | |
tree | b1f2af48fa2c6563ee7f3beef4163a0ff56232ef /po | |
parent | 9636d6739ebf330ef3fcc41ae838068e600c140b (diff) |
*** empty log message ***
Diffstat (limited to 'po')
-rw-r--r-- | po/cat-id-tbl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 705b1ba..3c0c2fd 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -47,6 +47,7 @@ const struct _msg_ent _msg_tbl[] = { {"\t-- End Printing Stack\n", 38}, {"ply_affichage: strcat error, not enoug space in buffer", 39}, {"rat_constr: division by zero", 40}, + {"division by zero", 41}, }; -int _msg_tbl_length = 40; +int _msg_tbl_length = 41; |