Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vasilev Artem Evgenyevich
assignment-3-image-transform
Commits
93313a14
Commit
93313a14
authored
5 months ago
by
Vasilev Artem Evgenyevich
Browse files
Options
Download
Email Patches
Plain Diff
Update main.c
parent
f71f3209
Pipeline
#97059
failed with stages
in 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
solution/src/main.c
solution/src/main.c
+1
-1
No files found.
solution/src/main.c
View file @
93313a14
...
...
@@ -4,9 +4,9 @@
#include "headers/bmp_reader.h"
#include "headers/bmp_writer.h"
#include "headers/util.h"
#include "headers/errors.h"
#include "headers/transformation.h"
#include "headers/util.h"
int
main
(
int
argc
,
char
**
argv
){
if
(
argc
!=
4
){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help