Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
53c06b66
Commit
53c06b66
authored
May 02, 2019
by
rswindell
Browse files
Fix typo in previous commit (missing comma).
parent
91c304b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/sbbsdefs.js
exec/load/sbbsdefs.js
+1
-1
No files found.
exec/load/sbbsdefs.js
View file @
53c06b66
...
...
@@ -33,7 +33,7 @@
require
(
'
nodedefs.js
'
,
'
NODE_WFC
'
);
require
(
'
smbdefs.js
'
,
'
SMB_SUCCESS
'
);
require
(
'
userdefs.js
'
'
USER_DELETED
'
);
require
(
'
userdefs.js
'
,
'
USER_DELETED
'
);
require
(
'
cga_defs.js
'
,
'
BLACK
'
);
/* Would rather use const than var, but end up with redeclaration errors. */
...
...
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