Database error: Table './bluezeppelin/_cnt_gallery' is marked as crashed and should be repaired

Query was (SELECT g.GalleryID, g.Title, u.Username, MAX(c.LastVisit), SUM(c.Visits) as Visits, IF(g.Type != 6, 1, 0) as Featured FROM _gallery as g INNER JOIN _cnt_gallery as c ON g.GalleryID = c.ID INNER JOIN _user as u ON g.UserID = u.UserID WHERE c.Date >= NOW() - INTERVAL 30 DAY GROUP BY g.GalleryID ORDER BY Visits DESC LIMIT 10) on line in file