summaryrefslogtreecommitdiff
path: root/doc/examples/strict-mode/update.patch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/strict-mode/update.patch')
-rw-r--r--doc/examples/strict-mode/update.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/strict-mode/update.patch b/doc/examples/strict-mode/update.patch
new file mode 100644
index 000000000..070b2422e
--- /dev/null
+++ b/doc/examples/strict-mode/update.patch
@@ -0,0 +1,9 @@
+--- libhello.c
++++ libhello.c
+@@ -5,5 +5,5 @@
+
+ void hello(const char *person)
+ {
+- printf("Hello %s\n", person);
++ printf("Good morning %s\n", person);
+ }