diff --git a/staticmap.module b/staticmap.module
index f4f3a03..49c829e 100644
--- a/staticmap.module
+++ b/staticmap.module
@@ -71,7 +71,7 @@ function staticmap_settings_form() {
  */
 
 function theme_staticmap_map($vars) {
-  return theme('image', $vars));
+  return theme('image', $vars);
 }
 
 /**
