pogojotz 9 лет назад
Родитель
Сommit
82b3d9f095
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      source/src/ports/opener_error.h

+ 1 - 1
source/src/ports/opener_error.h

@@ -39,4 +39,4 @@ char *GetErrorMessage(int error_number);
  * This function shall implement an appropriate method to free the space allocated
  * by GetErrorMessage(int)
  */
-void FreeErrorMessage(char *error_message)
+void FreeErrorMessage(char *error_message);