From b8af1378d2c75e9062eea69918f164c177c8f8ff Mon Sep 17 00:00:00 2001 From: Abel `00z' Camarillo <00z@the00z.org> Date: Sun, 24 May 2009 21:02:55 -0500 Subject: [PATCH] s/stdout/_stdout/g on uzbl.h --- uzbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uzbl.h b/uzbl.h index 417df70..74b36fe 100644 --- a/uzbl.h +++ b/uzbl.h @@ -283,7 +283,7 @@ close_uzbl (WebKitWebView *page, GArray *argv); static gboolean run_command(const gchar *command, const guint npre, - const gchar **args, const gboolean sync, char **stdout); + const gchar **args, const gboolean sync, char **_stdout); static void spawn(WebKitWebView *web_view, GArray *argv); -- 1.7.9.5