diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pnmcurve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pnmcurve.c b/src/pnmcurve.c index 7910536..c043566 100644 --- a/src/pnmcurve.c +++ b/src/pnmcurve.c @@ -172,7 +172,7 @@ buildCurve(const char *ctrl_points, int resolution, int maxval) { free(buf); if (n < 3) { - fprintf(stderr, "not enough control point specified.\n"); + fprintf(stderr, "not enough control points specified.\n"); return NULL; } |
