summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/svg/svg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/svg.h b/src/svg/svg.h
index 601c0b112..15d4f39a9 100644
--- a/src/svg/svg.h
+++ b/src/svg/svg.h
@@ -63,7 +63,7 @@ unsigned sp_svg_transform_write(gchar str[], unsigned size, NRMatrix const *tran
double sp_svg_read_percentage (const char * str, double def);
unsigned int sp_svg_read_color (const gchar * str, unsigned int def);
-int sp_svg_write_color (char * buf, int buflen, unsigned int color);
+int sp_svg_write_color(char *buf, unsigned buflen, unsigned int color);
/* NB! As paths can be long, we use here dynamic string */