Skip to content

Commit b8c0af0

Browse files
committed
missing semicolon
1 parent 52d6125 commit b8c0af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo/util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace mongo {
4747
* 1.2.3-rc4-pre-
4848
* If you really need to do something else you'll need to fix _versionArray()
4949
*/
50-
const char versionString[] = "2.4.6-rc0"
50+
const char versionString[] = "2.4.6-rc0";
5151

5252
// See unit test for example outputs
5353
BSONArray toVersionArray(const char* version){

0 commit comments

Comments
 (0)