diff --git a/aegisub/reporter/platform_unix_linux.cpp b/aegisub/reporter/platform_unix_linux.cpp index fef5edfc5..ba9083963 100644 --- a/aegisub/reporter/platform_unix_linux.cpp +++ b/aegisub/reporter/platform_unix_linux.cpp @@ -83,7 +83,7 @@ wxString PlatformUnixLinux::UnixLibraries() { /** * @brief Parse a /proc "key: value" style text file and extract a value. - * The last valid value will be returned. + * @return The last valid value */ wxString PlatformUnixLinux::getProcValue(const wxString path, const wxString key) { const wxString prefix = wxString(key) + ":";