Esta mal escrito el if y ademas no se si podes preguntar if empty por un string,
Probalo asi:
Código PHP:
Ver original<td>
<?php if (strlen($fila['fichero']) > 0) : ?> <a href="forcedown.php?cod=<?php echo $fila['fichero'];?>"><img src="images/ganchitogif." alt="Download" ></a>
<?php endif ?>
</td>