summaryrefslogtreecommitdiffhomepage
path: root/de-de/c-de.html.markdown
diff options
context:
space:
mode:
authorcaminsha <c.96marco@hotmail.com>2020-02-01 02:18:13 +0100
committercaminsha <c.96marco@hotmail.com>2020-02-01 02:18:13 +0100
commit8041d796bbddf8ad61a3fb7e38acfb5f9659567b (patch)
tree205dd66eb0cbef353dcd6891db1d38f37e60a824 /de-de/c-de.html.markdown
parent5ff9fd5659c308dc7a8e3767bef09934a04cc62b (diff)
Fixed small typo in include statement
Diffstat (limited to 'de-de/c-de.html.markdown')
-rw-r--r--de-de/c-de.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/c-de.html.markdown b/de-de/c-de.html.markdown
index 40c6489c..72928516 100644
--- a/de-de/c-de.html.markdown
+++ b/de-de/c-de.html.markdown
@@ -47,7 +47,7 @@ enum tage {SO=1, MO, DI, MI, DO, FR, SA};
// Importiere Header-Dateien mit #include
#include <stdlib.h>
-#include <stio.h>
+#include <stdio.h>
#include <string.h>
// Dateien, welche zwischen <spitzen Klammern> stehen, sind Header-Dateien aus