summaryrefslogtreecommitdiff
path: root/gtk/tools/encodesymbolic.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/tools/encodesymbolic.c')
-rw-r--r--gtk/tools/encodesymbolic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/tools/encodesymbolic.c b/gtk/tools/encodesymbolic.c
index 7f94f30e50..3bca80100d 100644
--- a/gtk/tools/encodesymbolic.c
+++ b/gtk/tools/encodesymbolic.c
@@ -33,7 +33,7 @@
#include "gdkpixbufutilsprivate.h"
-static gchar *output_dir = NULL;
+static char *output_dir = NULL;
static GOptionEntry args[] = {
{ "output", 'o', 0, G_OPTION_ARG_FILENAME, &output_dir, N_("Output to this directory instead of cwd"), NULL },
@@ -43,12 +43,12 @@ static GOptionEntry args[] = {
int
main (int argc, char **argv)
{
- gchar *path, *basename, *pngpath, *pngfile, *dot;
+ char *path, *basename, *pngpath, *pngfile, *dot;
GOptionContext *context;
GdkPixbuf *symbolic;
GError *error;
int width, height;
- gchar **sizev;
+ char **sizev;
GFileOutputStream *out;
GFile *dest;
char *data;