Navigation Menu

Skip to content

Commit

Permalink
Add missing spaces around operator
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 23, 2014
1 parent 64fcd6e commit 66b80b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -630,7 +630,7 @@ static const char *mrn_log_level_type_names[] = {
NullS
};
static TYPELIB mrn_log_level_typelib = {
array_elements(mrn_log_level_type_names)-1,
array_elements(mrn_log_level_type_names) - 1,
"mrn_log_level_typelib",
mrn_log_level_type_names,
NULL
Expand Down

0 comments on commit 66b80b3

Please sign in to comment.