mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
scripts/basic/docproc.c: remove stray NUL byte from the source
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b70cef71eb
commit
f3ec0fb1b4
@ -249,7 +249,7 @@ void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); }
|
||||
void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
|
||||
|
||||
/*
|
||||
* Document spåecific function(s) in a file.
|
||||
* Document specific function(s) in a file.
|
||||
* Call kernel-doc with the following parameters:
|
||||
* kernel-doc -docbook -function function1 [-function function2]
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user