diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-29 16:49:27 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-29 16:49:27 +0100 |
| commit | 674c0be24bb33ba7b47c85012bc95ab5301a0966 (patch) | |
| tree | 3b76de45ea22ebd1556d301d3add1b856374f75d /src | |
| parent | a54862a3f1f7a46d528678f449034bc4c670aeed (diff) | |
| download | rabbitmq-server-git-674c0be24bb33ba7b47c85012bc95ab5301a0966.tar.gz | |
cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/file_handle_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index d5e1fe8b56..32bd9cef22 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -245,7 +245,7 @@ open(Path, Mode, Options) -> HasWriter1 = HasWriter orelse IsWriter, put({Path1, fhc_file}, File1 #file { reader_count = RCount1, - has_writer = HasWriter1}), + has_writer = HasWriter1 }), {ok, Ref}; Error -> Error |
