mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
git-subtree-dir: contrib/libdiff git-subtree-mainline:f6d489f402git-subtree-split:9eb461aa4bReviewed by: imp Sponsored by: Klara, Inc.
9 lines
182 B
Diff
9 lines
182 B
Diff
--- test124.left-p.txt
|
|
+++ test124.right-p.txt
|
|
@@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
|
|
|
|
struct testfile *
|
|
return_test(int test) {
|
|
- return NULL;
|
|
+ return test*2;
|
|
}
|