Navigation Menu

Skip to content

Commit

Permalink
Add missing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 4, 2012
1 parent 562c0dc commit 2db7ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -139,7 +139,7 @@ static CHARSET_INFO *mrn_charset_koi8r = NULL;
static int32 mrn_utc_diff_in_seconds = 0;

#ifdef WIN32
static double round(double x)
static inline double round(double x)
{
return (floor(x + 0.5));
}
Expand Down

0 comments on commit 2db7ba0

Please sign in to comment.