From 95283618aeddccf1747f71296eb763b012aac730 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 17 Oct 2016 14:41:46 -0200 Subject: [c/pt_br]Fix correct name #define (#2469) --- pt-br/c-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt-br/c-pt.html.markdown b/pt-br/c-pt.html.markdown index 2c274f12..0af553c8 100644 --- a/pt-br/c-pt.html.markdown +++ b/pt-br/c-pt.html.markdown @@ -28,7 +28,7 @@ Funcionam no C89 também. */ // Constantes: #define -#definie DAY_IN_YEAR 365 +#define DAY_IN_YEAR 365 //enumerações também são modos de definir constantes. enum day {DOM = 1, SEG, TER, QUA, QUI, SEX, SAB}; -- cgit v1.2.3