diff options
Diffstat (limited to 'crypto/openssl/apps/lib/columns.c')
| -rw-r--r-- | crypto/openssl/apps/lib/columns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/openssl/apps/lib/columns.c b/crypto/openssl/apps/lib/columns.c index aa58fe1781f5..3dd86600e701 100644 --- a/crypto/openssl/apps/lib/columns.c +++ b/crypto/openssl/apps/lib/columns.c @@ -24,4 +24,3 @@ void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc) dc->width = maxlen + 2; dc->columns = (80 - 1) / dc->width; } - |
