ansi decl
[psensor.git] / tests / test_url_encode.c
index 3d7ed68..16c93a8 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- *02110-1301 USA
+ * 02110-1301 USA
  */
 
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -46,7 +45,7 @@ int test_url_encode(char *url, char *ref_url)
        return ret;
 }
 
-int tests_url_encode()
+int tests_url_encode(void)
 {
        int failures;