remove stray ;

This commit is contained in:
Brian 2007-12-07 08:24:33 -07:00
parent e920f367ed
commit 9772bb7f71

View file

@ -397,7 +397,7 @@ xmesa_is_format_supported(struct softpipe_winsys *sws, uint format)
return TRUE;
default:
return FALSE;
};
}
}
}