Style: uint -> u_int and a missing else.

This commit is contained in:
Nicholas Marriott
2011-03-28 19:44:31 +00:00
parent 71e8e26ccc
commit fa6abac98d
3 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@
/* Return each item of the stack in turn. */
struct paste_buffer *
paste_walk_stack(struct paste_stack *ps, uint *idx)
paste_walk_stack(struct paste_stack *ps, u_int *idx)
{
struct paste_buffer *pb;