summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ets.c')
-rw-r--r--base/ets.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/ets.c b/base/ets.c
index 2b6a073f..f24d118f 100644
--- a/base/ets.c
+++ b/base/ets.c
@@ -10,7 +10,7 @@
* agreement between artofcode LLC and the licensee. Please see
* http://www.artofcode.com/eventone/ for information on licensing.
*
- * Subsequent Changes: Copyright (C) 2013-2020 Artifex Software, Inc.
+ * Subsequent Changes: Copyright (C) 2013-2021 Artifex Software, Inc.
*
* All Rights Reserved.
*
@@ -844,7 +844,7 @@ ets_plane_new(void *malloc_arg, const ETS_Params *params, ETS_Ctx *etc, int plan
{
result->line[i].a = 1;
result->line[i].b = 1;
- /* Initialize error with a non zero random value to ensure dots don't
+ /* Initialize error with a non zero random value to ensure dots don't
land on dots when we have same planes with same gray level and
the plane interaction option is turned off. Ideally the level
of this error should be based upon the values of the first line
@@ -877,7 +877,7 @@ ets_destroy(void *malloc_arg, ETS_Ctx *ctx)
{
int i;
int n_planes;
-
+
if (ctx == NULL)
return;