updated copyright to 2013
[psensor.git] / src / rsensor.c
index e328da9..629bd0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -176,7 +176,7 @@ void remote_psensor_update(struct psensor *s)
                        tv.tv_usec = 0;
 
                        psensor_set_current_measure
-                           (s, json_object_get_double(ov), tv);;
+                           (s, json_object_get_double(ov), tv);
                }
 
                json_object_put(obj);