diff options
| -rw-r--r-- | src/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c index e64cff2..ed09354 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -49,7 +49,7 @@ char* format_string(const char* buf, int cols, int depth) | |||
| 49 | int i = 0; | 49 | int i = 0; |
| 50 | int j = 0; | 50 | int j = 0; |
| 51 | 51 | ||
| 52 | assert(cols >= 0); | 52 | assert(cols > 0); |
| 53 | assert(depth >= 0); | 53 | assert(depth >= 0); |
| 54 | 54 | ||
| 55 | // Inserts new lines and tabs at appropriate locations | 55 | // Inserts new lines and tabs at appropriate locations |
