remove superfluous semicolon after namespace closures

This commit is contained in:
Josh Coalson
2005-01-25 02:27:20 +00:00
parent ba056083bb
commit c71bfe953c
18 changed files with 37 additions and 37 deletions

View File

@@ -75,7 +75,7 @@ namespace FLAC {
return ret;
}
};
}
FLACPP_API Prototype *clone(const Prototype *object)
{
@@ -1360,5 +1360,5 @@ namespace FLAC {
return ret;
}
};
};
}
}