diff --git a/README.md b/README.md index 5851a0f..3f98416 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # ImageProcessWithC -It easy image process program at C. -And My English is Not Good,Please understan,Thanks.(^_^) \ No newline at end of file +It easy image process program at C. \ No newline at end of file diff --git a/main.c b/main.c index 78a6368..5168d23 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* ImageProcessWithC Copyright (C) 2015 KosWu -KosWu's Blog: http://koswu.com +KosWu's Blog: http://blog.koswu.com Email :ws00298046@163.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -504,4 +504,4 @@ char * chargets (char *buf,int bufsize,FILE * steam) } } return ch; -} +} \ No newline at end of file