This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
CMake
espejo de
https://github.com/Kitware/CMake.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
COMP: Fixed form of function main.
Brad King
hace 20 años
padre
21975ceda5
commit
9762573aa9
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
2
2
Tests/CustomCommand/GeneratedHeader/main.cpp
+ 2
- 2
Tests/CustomCommand/GeneratedHeader/main.cpp
Ver fichero
@@ -1,5 +1,5 @@
#include "generated.h"
-main()
+
int
main()
{
-
+
return 0;
}