summaryrefslogtreecommitdiffstats
path: root/src/ft_e_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_e_lcom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_e_lcom.c b/src/ft_e_lcom.c
index 57998cb..3288112 100644
--- a/src/ft_e_lcom.c
+++ b/src/ft_e_lcom.c
@@ -39,8 +39,7 @@ void
ptr = msh->curr;
while (ptr != NULL)
{
- /* TODO: FIX THAT */
- if (ptr->com[0])
+ if (ptr->com)
{
if ((bu_id = ft_get_builtin_id(ptr->com, msh)) < FT_BUILTINS_COUNT)
{