Change priority from extra to optional in debian/control.
[debian/iodine.git] / src / fw_query.c
index 3727f08298c3f68994fe9ed7e1092dd49f9da724..4f7d8c4f0a3949c0dbd74e3217b68b6a34de64c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2008 Erik Ekman <yarrick@kryo.se>
+ * Copyright (c) 2008-2014 Erik Ekman <yarrick@kryo.se>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -29,9 +29,9 @@ void fw_query_init()
 void fw_query_put(struct fw_query *fw_query)
 {
        memcpy(&(fwq[fwq_ix]), fw_query, sizeof(struct fw_query));
 void fw_query_put(struct fw_query *fw_query)
 {
        memcpy(&(fwq[fwq_ix]), fw_query, sizeof(struct fw_query));
-       
+
        ++fwq_ix;
        ++fwq_ix;
-       if (fwq_ix >= FW_QUERY_CACHE_SIZE) 
+       if (fwq_ix >= FW_QUERY_CACHE_SIZE)
                fwq_ix = 0;
 }
 
                fwq_ix = 0;
 }