Add .gitignore and tools/.gitignore
[madwifi/.git] / tools / 80211debug.c
index fef70375a27a6a5e915dcb719131f9d58925c934..6aefad5e770c8fb4e4a5e4db47e606aa21f5a57f 100644 (file)
@@ -168,7 +168,7 @@ sysctlbyname(const char *oid0, void *oldp, size_t *oldlenp,
                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;
                }