Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
e7425584
Commit
e7425584
authored
Sep 19, 2012
by
Daniel Bovensiepen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify information messages
parent
48c84cbc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mrbgems/gem_helper.c
mrbgems/gem_helper.c
+2
-2
No files found.
mrbgems/gem_helper.c
View file @
e7425584
...
@@ -44,7 +44,7 @@ dir_list (char before[1024], char after[1024])
...
@@ -44,7 +44,7 @@ dir_list (char before[1024], char after[1024])
puts
(
complete_line
);
puts
(
complete_line
);
}
}
else
else
perror
(
"Couldn't open the directory
"
);
perror
(
"Error while scanning the directory.
"
);
}
}
void
void
...
@@ -104,7 +104,7 @@ main (int argc, char *argv[])
...
@@ -104,7 +104,7 @@ main (int argc, char *argv[])
return
1
;
return
1
;
}
}
else
{
else
{
puts
(
"Argument missing! Options: 'makefile'"
);
puts
(
"Argument missing! Options: 'makefile'
, 'init_gems'
"
);
return
1
;
return
1
;
}
}
...
...
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