aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorStefan Kangas2023-12-10 13:22:04 +0100
committerStefan Kangas2023-12-10 13:22:04 +0100
commit06a12b0cccbda419752f3388346be7d302ebcbeb (patch)
tree69c3a4c23638553993a7580cae4a4d597fd8e258 /src/image.c
parent1d5028ad0414cad458aac1102d3612e4956068c5 (diff)
downloademacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz
emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip
; Fix typos
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 29ec6d5381b..38744fc1cce 100644
--- a/src/image.c
+++ b/src/image.c
@@ -11785,7 +11785,7 @@ svg_css_length_to_pixels (RsvgLength length, double dpi, int font_size)
11785 11785
11786 If we do set explicit width and height values in the image 11786 If we do set explicit width and height values in the image
11787 spec, this will work out correctly as librsvg will still 11787 spec, this will work out correctly as librsvg will still
11788 honour the percentage sizes in its final rendering no matter 11788 honor the percentage sizes in its final rendering no matter
11789 what size we make the image. */ 11789 what size we make the image. */
11790 value = 0; 11790 value = 0;
11791 break; 11791 break;