mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Correct the name used in the header identifier
This commit is contained in:
parent
368c1463ab
commit
5c060f302e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#ifndef INPUT_READERS_POSTGRES_H
|
||||
#define INPUT_READERS_POSTGRES_H
|
||||
#ifndef INPUT_READERS_SQLITE_H
|
||||
#define INPUT_READERS_SQLITE_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
@ -50,5 +50,5 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* INPUT_READERS_POSTGRES_H */
|
||||
#endif /* INPUT_READERS_SQLITE_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue