diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-01-22 00:21:30 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-01-22 00:21:30 +0800 |
commit | d84dd0b6c2ce3876feb59d4607c56cc0426f4bd5 (patch) | |
tree | a60741a5245908736cce3b8d881686be097d0998 /src | |
parent | 6c76a7cf9455e535a815a74bbebe261c8b9785f0 (diff) | |
download | zcomp-d84dd0b6c2ce3876feb59d4607c56cc0426f4bd5.tar.gz zcomp-d84dd0b6c2ce3876feb59d4607c56cc0426f4bd5.tar.bz2 |
Fix character encoding issue
Diffstat (limited to 'src')
-rw-r--r-- | src/point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/point.cpp b/src/point.cpp index 9b1f93f..452f3bd 100644 --- a/src/point.cpp +++ b/src/point.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Dennis Kasprzyk + * Copyright © 2008 Dennis Kasprzyk * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without |