aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdep.c b/sdep.c
index e2b9442..36dbbff 100644
--- a/sdep.c
+++ b/sdep.c
@@ -6,8 +6,6 @@
6#include <string.h> 6#include <string.h>
7#include <time.h> 7#include <time.h>
8 8
9#define min(X,Y) (X<Y ? X : Y)
10
11/* 9/*
12 * Maximum number of characters in a line. The rest will be truncated. 10 * Maximum number of characters in a line. The rest will be truncated.
13 * Change this if you need very long lines. 11 * Change this if you need very long lines.

Generated with cgit - Back to sebastiano.tronto.net