diff options
Diffstat (limited to 'src/gen/field.c')
| -rw-r--r-- | src/gen/field.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gen/field.c b/src/gen/field.c index 482bcc5..9a908cc 100644 --- a/src/gen/field.c +++ b/src/gen/field.c @@ -13,7 +13,8 @@ static GEN field_binaryr(unsigned long bits) { if (poly_exists(bits)) { return poly_find_gen(bits); } else { - fprintf(err, "Unable to find a suitable binary field. Use an explicit one."); + fprintf(err, + "Unable to find a suitable binary field. Use an explicit one."); exit(1); } } |
