diff options
author | 2012-01-24 08:52:33 +0000 | |
---|---|---|
committer | 2012-01-24 08:52:33 +0000 | |
commit | 9368cce90f44fd0630917647849b00f26c2e47de (patch) | |
tree | 6553c1ee40d01c5476d0bbeef33c821bba55ba89 /src/lib | |
parent | be86025142a01cf66bc099c691f25a508e1f2ea5 (diff) |
sync with MESS, it's just cleanup :) (nw)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/formats/flopimg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/flopimg.c b/src/lib/formats/flopimg.c index 1f59988601d..237d2ee4128 100644 --- a/src/lib/formats/flopimg.c +++ b/src/lib/formats/flopimg.c @@ -1058,7 +1058,7 @@ bool floppy_image_format_t::extension_matches(const char *file_name) const if(next) rext = next+1; else - break; + break; } return false; } |