Skip to content

Commit

Permalink
Missed semicolon in 65a2592
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Jan 29, 2012
1 parent 65a2592 commit 934041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/filesysteminfo.cpp
Expand Up @@ -86,7 +86,7 @@ void FileSystemInfo::clone(const FileSystemInfo &other)
m_blksize = other.m_blksize;
m_total = other.m_total;
m_used = other.m_used;
m_weight = other.m_weight
m_weight = other.m_weight;
}

FileSystemInfo &FileSystemInfo::operator=(const FileSystemInfo &other)
Expand Down

0 comments on commit 934041b

Please sign in to comment.