summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
committerleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
commit0d530f0e84c15387cd22ae1608c284befff8e87f (patch)
treef1d4ec9520d4e02bbae69f582d9ede9aef327c23 /map.c
parent4eba85d0bf620b2f488c2cbeee6a84b2e4bf9fbf (diff)
so falta os comentarios e salvar em um arquivo
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 58ed548..39272fd 100644
--- a/map.c
+++ b/map.c
@@ -72,6 +72,6 @@ char *get_value(char *key, string_map map){
head = head->next;
}
- fprintf(stderr, "VALOR NAO ESTA NO HASH TABLE\n");
+ // fprintf(stderr, "VALOR NAO ESTA NO HASH TABLE\n");
return NULL;
}