File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010struct compra comprar_producto [MAX_COMPRAS ];
1111struct Proveedor suplir_producto [MAX_COMPRAS ];
1212
13- int obtener_suplidor_soma ()
13+ int obtener_suplidor_suma ()
1414{
1515 int sum = 0 ;
1616 for (size_t i = 0 ; i < MAX_COMPRAS ; i ++ )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void registro_ventas() /* Muestra el Registro de Ventas realizadas */
2929 return print_factura ();
3030}
3131
32- void dinero_total ()
32+ void dinero_total ()
3333{
3434 clear_screen ();
3535 printf ("El Dinero Total Obtenido es: %d\n" , obtener_ventas_suma () - obtener_suplidor_suma ());
@@ -38,7 +38,7 @@ void dinero_total ()
3838bool contabilidad_menu ()
3939{
4040
41- char _temp [sizeof (short )* 2 ];
41+ char _temp [sizeof (short ) * 2 ];
4242 short temp ;
4343 bool flag = false;
4444 int time = 1 ;
You can’t perform that action at this time.
0 commit comments