Explorar el Código

Adds missing semicolon

pogojotz hace 9 años
padre
commit
82b3d9f095
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
  * This function shall implement an appropriate method to free the space allocated
  * by GetErrorMessage(int)
  * by GetErrorMessage(int)
  */
  */
-void FreeErrorMessage(char *error_message)
+void FreeErrorMessage(char *error_message);