more uint -> guint fixes
authorRyan Lortie <desrt@desrt.ca>
Sun, 17 Jun 2012 00:01:04 +0000 (20:01 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 17 Jun 2012 00:01:04 +0000 (20:01 -0400)
Missed one with the last commit.

atk-adaptor/bridge.c

index d3496af..d756795 100644 (file)
@@ -465,7 +465,7 @@ install_plug_hooks ()
 }
 
 static guint
-get_ancestral_uid (uint pid)
+get_ancestral_uid (guint pid)
 {
   FILE *fp;
   char buf [80];