mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
12 lines
160 B
Text
12 lines
160 B
Text
|
|
--- functionname.in
|
||
|
|
+++ functionname_c.in
|
||
|
|
@@ -6,7 +6,7 @@ doSomethingThenPrintHello(int test)
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
- print("goodbye\n");
|
||
|
|
+ print("hello\n");
|
||
|
|
}
|
||
|
|
|
||
|
|
|