OcurriĆ³ un Error con la Base de Datos

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1

SELECT f.*, tf.seccion as nombreTipoFamilia, (SELECT nombre FROM familia fp WHERE idFamilia=f.idFamiliaPadre) as nombrePadre FROM familia f INNER JOIN tipofamilia tf ON f.idTipoFamilia=tf.idTipoFamilia WHERE f.idFamilia= LIMIT 1