summaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index 1edaded..dea1be6 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -215,7 +215,7 @@ namespace
bool com (false); // In C-style comment.
string lex;
- char path_end;
+ char path_end ('\0');
state s (start_hash);
for (size_t i (0), n (l.size ()); i < n; ++i)