mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Remove extraneous + character in src/volser/common.c
Remove an unneeded extra + character at the end of line - probably from a typing accident. This generates a warning at compile time. Reviewed-on: http://gerrit.openafs.org/437 Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
f041bd2534
commit
12a7afa648
@ -20,7 +20,7 @@
|
||||
#include <afs/kautils.h>
|
||||
#include <rx/rxkad.h>
|
||||
#include <afs/auth.h>
|
||||
#include <afs/cellconfig.h>+
|
||||
#include <afs/cellconfig.h>
|
||||
#include <afs/cmd.h>
|
||||
#include <afs/vlserver.h>
|
||||
#include "volser.h"
|
||||
|
Loading…
Reference in New Issue
Block a user