fix c example
This commit is contained in:
		
							parent
							
								
									9b618d931a
								
							
						
					
					
						commit
						5803b71f3a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ int main(void) { | |||
| 
 | ||||
|     sp2_PixelGrid *pixels = sp2_pixel_grid_new(sp2_PIXEL_WIDTH, sp2_PIXEL_HEIGHT); | ||||
|     sp2_pixel_grid_fill(pixels, true); | ||||
|     command = sp2_command_bitmap_linear_win(0, 0, pixels); | ||||
|     sp2_Command *command = sp2_command_bitmap_linear_win(0, 0, pixels); | ||||
|     if (command == NULL) | ||||
|         return 4; | ||||
|     if (!sp2_connection_send(connection, command)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter