c-first-steps

a C playground
Index Commits Files Refs README
commit fca9104eb95361f94397a160c75fd3b55bba5dda
parent b89885d81084965d3e8f196814fb034a8f04bcda
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu, 29 Oct 2020 20:09:06 -0300

Update dc.c
Diffstat:
Msrc/dc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dc.c b/src/dc.c
@@ -10,7 +10,7 @@ typedef enum {
 } escala_t;
 
 typedef float dato_t;    //    this statement is not practical at all
-                        //    but was part of the intro to typedef
+            //    but was part of the intro to typedef
 
 char s[10];