set copyright year to 2015
[ppastats.git] / src / html.c
index 1ba96ad..6cca344 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2014 jeanfi@gmail.com
+ * Copyright (C) 2011-2015 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
@@ -216,7 +216,7 @@ static struct version_stats **sort_versions(struct version_stats **vers)
 
        tmp = vers;
        n = 0;
-       while(*tmp) {
+       while (*tmp) {
                n++;
                tmp++;
        }