X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fbase64.h;h=f853e0b8837f1903f93fd3c6479348e1a042996e;hb=6b896a9e1dc143bba86795be1e9336549db9b85f;hp=276f7dab6b03cfcc1e35dda5ee34e3107447a704;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/include/base64.h b/include/base64.h index 276f7da..f853e0b 100644 --- a/include/base64.h +++ b/include/base64.h @@ -12,4 +12,4 @@ const bool Decode(const std::string &encoded, std::vector &data); } // namespace -#endif _base64_ +#endif // _base64_