Browse Source

Set source encoding so R17 compiler doesn't choke on code introduced in 2b544c4

pull/178/head
Joseph Wecker 11 years ago
parent
commit
e2324d189c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lager_file_backend.erl

+ 1
- 0
src/lager_file_backend.erl View File

@ -1,3 +1,4 @@
%% -*- coding: latin-1 -*-
%% Copyright (c) 2011-2012 Basho Technologies, Inc. All Rights Reserved.
%%
%% This file is provided to you under the Apache License,

Loading…
Cancel
Save