aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index d90565c9c..72dd8b594 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -983,7 +983,7 @@ do_align:
983 else 983 else
984 { 984 {
985 /* need to copy to private buffer to align; 985 /* need to copy to private buffer to align;
986 * yes, we go a bit more spagetti than usual here */ 986 * yes, we go a bit more spaghetti than usual here */
987 goto do_align; 987 goto do_align;
988 } 988 }
989 } 989 }
@@ -1093,7 +1093,7 @@ ieee80211_radiotap_iterator_init (struct
1093 iterator->arg += sizeof(uint32_t); 1093 iterator->arg += sizeof(uint32_t);
1094 /* 1094 /*
1095 * no need to check again for blowing past stated radiotap 1095 * no need to check again for blowing past stated radiotap
1096 * header length, becuase ieee80211_radiotap_iterator_next 1096 * header length, because ieee80211_radiotap_iterator_next
1097 * checks it before it is dereferenced 1097 * checks it before it is dereferenced
1098 */} 1098 */}
1099 /* we are all initialized happily */ 1099 /* we are all initialized happily */