summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-06-16 20:01:04 -0400
committerRyan Lortie <desrt@desrt.ca>2012-06-16 20:01:04 -0400
commit2e7335192d6c3ed31b38718723e7abed4b1bceee (patch)
tree1054baeb63a0728947400cc6c03880318384f25c
parent4fcf988fdf0ae9ba3cf89beeacad6e42487894ec (diff)
downloadat-spi2-atk-2e7335192d6c3ed31b38718723e7abed4b1bceee.tar.gz
more uint -> guint fixes
Missed one with the last commit.
-rw-r--r--atk-adaptor/bridge.c2
1 files changed, 1 insertions, 1 deletions
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];