Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Hussamuddin Nasir
emulab-devel
Commits
cc9c0c81
Commit
cc9c0c81
authored
Apr 16, 2010
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing semi-colon.
parent
363d629a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
assign/assign.cc
assign/assign.cc
+2
-2
No files found.
assign/assign.cc
View file @
cc9c0c81
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-20
09
University of Utah and the Flux Group.
* Copyright (c) 2000-20
10
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -853,7 +853,7 @@ int main(int argc,char **argv) {
char
*
delims
=
"/"
;
char
*
flags
=
"s:v:l:t:rpPTdH:oguc:nx:y:W:FDf:"
;
#else
char
*
flags
=
"s:v:l:t:rpPTdH:oguc:nx:y:FD"
char
*
flags
=
"s:v:l:t:rpPTdH:oguc:nx:y:FD"
;
#endif
while
((
ch
=
getopt
(
argc
,
argv
,
flags
))
!=
-
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