summaryrefslogtreecommitdiffstats
path: root/src/ft_e_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_e_lcom.c')
-rw-r--r--src/ft_e_lcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_e_lcom.c b/src/ft_e_lcom.c
index 5e37084..5624457 100644
--- a/src/ft_e_lcom.c
+++ b/src/ft_e_lcom.c
@@ -37,7 +37,7 @@ int32_t
while (lcom != NULL)
{
- ft_printf("qwe\n");
+ ft_printf("qwe\n");
if ((bu_id = ft_get_builtin_id(lcom->com, msh)) < FT_BUILTINS_COUNT)
{
msh->bu_ptr[bu_id](msh);