diff --git a/maca_trans_parser/src/context.c b/maca_trans_parser/src/context.c
index f29b0013b14d28030f5b16e6803f521069c01e49..0a9f63075fe777a2209add42bbcf2953b78d1952 100644
--- a/maca_trans_parser/src/context.c
+++ b/maca_trans_parser/src/context.c
@@ -80,7 +80,7 @@ context *context_new(void)
   ctx->language = strdup("fr");
 
   ctx->root_label = strdup("root");
-  ctx->root_label = strdup("ponct");
+  ctx->punct_label = strdup("ponct");
   ctx->d_perceptron_features = NULL;
   ctx->d_perceptron_features_error = NULL;
   ctx->mcd_struct = NULL;