From 2e7335192d6c3ed31b38718723e7abed4b1bceee Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 16 Jun 2012 20:01:04 -0400 Subject: [PATCH] more uint -> guint fixes Missed one with the last commit. --- atk-adaptor/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c index d3496af..d756795 100644 --- a/atk-adaptor/bridge.c +++ b/atk-adaptor/bridge.c @@ -465,7 +465,7 @@ install_plug_hooks () } static guint -get_ancestral_uid (uint pid) +get_ancestral_uid (guint pid) { FILE *fp; char buf [80]; -- 2.7.4