diff options
author | Bruce Yinhe <[email protected]> | 2015-06-16 17:05:07 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2015-06-22 09:46:56 +0200 |
commit | 6bed12016e0d300b8afc65b5aa8f282dcaa6525e (patch) | |
tree | 4209abacd2c64f82944449c4c740ca2e7f7586d7 /lib/stdlib/src | |
parent | 738c34d4bb8f1a3811acd00af8c6c12107f8315b (diff) | |
download | otp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.tar.gz otp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.tar.bz2 otp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.zip |
fix errors caused by changed line numbers
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/ordsets.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stdlib/src/ordsets.erl b/lib/stdlib/src/ordsets.erl index 84172d66f1..6010b41006 100644 --- a/lib/stdlib/src/ordsets.erl +++ b/lib/stdlib/src/ordsets.erl @@ -16,7 +16,6 @@ %% limitations under the License. %% %% %CopyrightEnd% -%% -module(ordsets). |