summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2007-09-07 19:25:13 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2007-09-07 19:25:13 +0000
commite1cf3b525bca7e79c6f354ae7980079f5efdc246 (patch)
treec233de7ee884ab8ef247f4a7b2ebce9e5dd894d3 /modules
parent8bc40ad51fb07f2caba3698c23508d58b14d970c (diff)
downloadgtk+-e1cf3b525bca7e79c6f354ae7980079f5efdc246.tar.gz
Fix typo that broke the build.
2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org> * modules/printbackends/cups/gtkcupsutils.c: (_post_send): Fix typo that broke the build. svn path=/trunk/; revision=18755
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkcupsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/cups/gtkcupsutils.c b/modules/printbackends/cups/gtkcupsutils.c
index 8fc76f0b41..3603696961 100644
--- a/modules/printbackends/cups/gtkcupsutils.c
+++ b/modules/printbackends/cups/gtkcupsutils.c
@@ -629,7 +629,7 @@ _post_send (GtkCupsRequest *request)
httpClearFields (request->http);
httpSetField (request->http, HTTP_FIELD_CONTENT_LENGTH, length);
- httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");`
+ httpSetField (request->http, HTTP_FIELD_CONTENT_TYPE, "application/ipp");
#ifdef HAVE_HTTPGETAUTHSTRING
httpSetField (request->http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString (request->http));
#else