commit 5d8ea0eb1b49c97998fe058541a1ca8485c7831d parent 982dd6ea1791f83149e18a9433ea2529384a7f62 Author: oblique <psyberbits@gmail.com> Date: Mon, 18 Jun 2012 09:42:55 +0300 fix Makefile Diffstat:
M | Makefile | | | 2 | +- |
M | src/wificurse.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -20,7 +20,7 @@ endif all: wificurse wificurse: $(OBJS) - $(CC) $(LDFLAGS) $(LIBS) $(OBJS) -o $@ + $(CC) $(LIBS) $(LDFLAGS) $(OBJS) -o $@ %.o: %.c $(HDRS) $(CC) $(CFLAGS) -c $< -o $@ diff --git a/src/wificurse.c b/src/wificurse.c @@ -131,7 +131,7 @@ int read_ap_info(struct iw_dev *dev, struct ap_info *api) { beacon_ie = (struct info_element*)&beacon_ie->info[beacon_ie->len]; } - /* if we didn't found the channel number + /* if we didn't find the channel number * then return ERRNODATA */ if (!(n & 2))