--- ./modules/system/system.install	2007-10-19 23:19:03.000000000 +1300
+++ ./modules/system/system_new.install	2007-10-22 02:17:52.000000000 +1300
@@ -2916,7 +2916,7 @@ function system_update_181() {
   switch ($GLOBALS['db_type']) {
     case 'mysql':
     case 'mysqli':
-      $ret[] = update_sql("ALTER TABLE {profile_fields} ADD autocomplete TINYint NOT NULL AFTER visibility ;");
+      $ret[] = update_sql("ALTER TABLE {profile_fields} ADD autocomplete TINYint NOT NULL AFTER visibility");
       break;
     case 'pgsql':
       db_add_column($ret, 'profile_fields', 'autocomplete', 'smallint', array('not null' => TRUE, 'default' => 0));
