X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fathdebug.c;h=64a1228a82029cc8cca3c38ef0030e677fa50f80;hb=e6cb21364bf51cb2379da273339249f05fdb8e30;hp=6dc0d7ce36eb194a43194e86d6dcfa51c39c2239;hpb=d09703c0495f26be327011b9842ed3566ecbd673;p=madwifi%2F.git diff --git a/tools/athdebug.c b/tools/athdebug.c index 6dc0d7c..64a1228 100644 --- a/tools/athdebug.c +++ b/tools/athdebug.c @@ -177,7 +177,7 @@ sysctlbyname(const char *oid0, void *oldp, size_t *oldlenp, void *newp, if (fd == NULL) return -1; /* XXX: only handle ints */ - if (fscanf(fd, "%u", (int *) oldp) != 1) { + if (fscanf(fd, "%u", (int *)oldp) != 1) { fclose(fd); return -1; }