diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | libskrift_srgb_postprocess.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ISC License -© 2020, 2021 Mattias Andrée <maandree@kth.se> +© 2020, 2021 Mattias Andrée <m@maandree.se> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/libskrift_srgb_postprocess.c b/libskrift_srgb_postprocess.c index 3e994c1..cfaf94a 100644 --- a/libskrift_srgb_postprocess.c +++ b/libskrift_srgb_postprocess.c @@ -22,6 +22,6 @@ static const uint8_t gamma_u8[] = { 248, 249, 249, 250, 250, 251, 251, 251, 252, 252, 253, 253, 254, 254, 255, 255 }; -#define FUNCTION_NAME libskrift_srgb_preprocess +#define FUNCTION_NAME libskrift_srgb_postprocess #include "srgb-gamma.h" |