mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
10 lines
182 B
Diff
10 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;
|
||
|
|
}
|