summaryrefslogtreecommitdiff
path: root/librsvg/test-ft-gtk.c
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-08-13 00:12:00 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-08-13 00:12:00 +0000
commit0cea567ea8ebd8eba58e68a564947fc48e602f76 (patch)
tree80806b096a0ffd9bd9229f269a8886f6558a684c /librsvg/test-ft-gtk.c
parenta4d52130b54d0bc81caff4089f717776b52b4fe1 (diff)
downloadnautilus-0cea567ea8ebd8eba58e68a564947fc48e602f76.tar.gz
Made this local function static to avoid warnings.
* librsvg/test-ft-gtk.c (set_text): Made this local function static to avoid warnings.
Diffstat (limited to 'librsvg/test-ft-gtk.c')
-rw-r--r--librsvg/test-ft-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librsvg/test-ft-gtk.c b/librsvg/test-ft-gtk.c
index 096d00348..1beaf6812 100644
--- a/librsvg/test-ft-gtk.c
+++ b/librsvg/test-ft-gtk.c
@@ -174,7 +174,7 @@ static TestCtx *new_test_window (const char *fn, int width, int height)
return ctx;
}
-void set_text (TestCtx *ctx, const char *fn) {
+static void set_text (TestCtx *ctx, const char *fn) {
FILE *f;
char line[256];
int n_lines;