I would like to add an asterisk after certain labels in the enumerate environment. So for example
\documentclass{article}
\begin{document}
\begin{enumerate}
\item Kuttel
\item* Daddeldu
\end{enumerate}
\end{document}
but without the space between 2. und *.
