mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
Xext: namespace: Properly document parseLine() function
The previous comment made no sense. Add a proper comment to document the function instead. Signed-off-by: Aggelos Tselios <aggelostselios777@gmail.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
162fda3bd6
commit
f9ddcbd9ae
@@ -63,10 +63,9 @@ static int hex2bin(const char *in, char *out)
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* loadConfig
|
||||
*
|
||||
* Load the namespace config
|
||||
/**
|
||||
* @brief Parse a single line from the configuration file,
|
||||
* ignoring comments and newlines. Prints a warning if it finds an unknown token.
|
||||
*/
|
||||
static void parseLine(char *line, struct Xnamespace **walk_ns)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user