Просмотр исходного кода

Small typo in ftp server fails compilation

There sneaked in an 'o' at the beginning of the file
Gregor 5 лет назад
Родитель
Сommit
520b853bf4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lua_modules/ftp/ftpserver.lua

+ 1 - 1
lua_modules/ftp/ftpserver.lua

@@ -1,4 +1,4 @@
-o--[[ A simple ftp server
+--[[ A simple ftp server
 
  This is my implementation of a FTP server using Github user Neronix's
  example as inspriration, but as a cleaner Lua implementation that has been