Fix make clean for ebook2cw.exe; cosmetics

This commit is contained in:
Fabian Kurz 2013-03-01 20:11:51 +00:00
parent b5ad22e645
commit c35b1454b4
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ uninstall:
rm -rf $(DESTDIR)/share/doc/ebook2cw
clean:
rm -f ebook2cw *~ *.mp3 *.ogg *.cgi
rm -f ebook2cw *~ *.mp3 *.ogg *.cgi ebook2cw.exe
dist:
sed 's/v[0-9].[0-9].[0-9]/v$(VERSION)/g' README > README2

View File

@ -390,7 +390,7 @@ int main (int argc, char** argv) {
if (c == '\r') /* DOS linebreaks */
continue;
if (c == 0x04) /* EOT (Win32 console produces this for Ctl-D */
if (c == 0x04) /* EOT; Win32 console produces this for Ctl-D */
break;
word[pos++] = c;