summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/ets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ets.h b/base/ets.h
index 8ea003228..337d4b25f 100644
--- a/base/ets.h
+++ b/base/ets.h
@@ -99,7 +99,7 @@ ETS_Ctx *
ets_create(void *malloc_arg, const ETS_Params *params);
void
-ets_line(ETS_Ctx *ctx, unsigned char **dest, const ETS_SrcPixel * const * src);
+ets_line(ETS_Ctx *ctx, unsigned char **dest, const ETS_SrcPixel * const * restrict src);
void
ets_destroy(void *malloc_arg, ETS_Ctx *ctx);