Add missing '*' to Emacs local variables indentation hinting

A local variables section must start with /** otherwise Emacs will
prompt the user every time if the settings should be applied.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2018-08-03 01:32:33 +02:00
parent d7bfb2c66f
commit a08b8ee38a
4 changed files with 7 additions and 6 deletions

View File

@ -939,7 +939,7 @@ extern void Syslog(int priority, char *fmt, ...)
}
#endif
/*
/**
* Local variables:
* c-indent-level: 8
* c-basic-offset: 8