Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c44e77ff
Commit
c44e77ff
authored
Jun 26, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mark_linked_object_as_changed): Missing semicolon added.
parent
cc30937c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/server/aux-items.c
src/server/aux-items.c
+2
-1
No files found.
src/server/aux-items.c
View file @
c44e77ff
/*
/*
* $Id: aux-items.c,v 1.
19
1999/06/2
4
1
2:24:4
8 ceder Exp $
* $Id: aux-items.c,v 1.
20
1999/06/2
6
1
1:36:2
8 ceder Exp $
* Copyright (C) 1994-1999 Lysator Academic Computer Association.
* Copyright (C) 1994-1999 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -643,6 +643,7 @@ mark_linked_object_as_changed(Aux_item *item)
...
@@ -643,6 +643,7 @@ mark_linked_object_as_changed(Aux_item *item)
case
PERS_OBJECT_TYPE
:
case
PERS_OBJECT_TYPE
:
default:
default:
/* Need no commit for these objects */
/* Need no commit for these objects */
;
}
}
}
}
...
...
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