From 1cb061ab79c231a50a836da8f407e5d7677b7440 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 16 Sep 2020 00:10:38 +0200 Subject: [PATCH] :art: Finish the job --- include/clean.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clean.h b/include/clean.h index bda9062f..449a0468 100644 --- a/include/clean.h +++ b/include/clean.h @@ -33,7 +33,7 @@ ANN static void clean_exp_lambda(Clean *a, Exp_Lambda *b); ANN static void clean_exp(Clean *a, Exp b); ANN static void clean_stmt_exp(Clean *a, Stmt_Exp b); ANN static void clean_stmt_for(Clean *a, Stmt_For b); -ANN static void clean_stmt_auto(Clean *a, Stmt_Auto b); +ANN static void clean_stmt_each(Clean *a, Stmt_Each b); ANN static void clean_stmt_loop(Clean *a, Stmt_Loop b); ANN static void clean_stmt_if(Clean *a, Stmt_If b); ANN static void clean_stmt_code(Clean *a, Stmt_Code b); -- 2.43.0