diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2013-06-24 16:29:43 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2013-06-24 16:29:43 +0200 |
commit | 4195259d47105256e86aa9df27efc8d119dc8ba0 (patch) | |
tree | cf92836001f36f3457c556abc358c9ba7492c0eb /src | |
parent | remove obsolete node attribute (diff) |
typo fix, related to commit 9194872
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_pubsub_odbc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub_odbc.erl b/src/mod_pubsub_odbc.erl index 739269f73..422775d14 100644 --- a/src/mod_pubsub_odbc.erl +++ b/src/mod_pubsub_odbc.erl @@ -126,7 +126,7 @@ -define(TREE_PREFIX, <<"nodetree_">>). --define(ODBC_SUFFIX, <<"_odbc">>), +-define(ODBC_SUFFIX, <<"_odbc">>). % -export_type([ |