dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92be41a
)
Updated return code.
author
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Mon, 15 Jul 2013 03:54:01 +0000
(
05:54
+0200)
committer
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Mon, 15 Jul 2013 03:54:01 +0000
(
05:54
+0200)
src/kernel/kernel.cpp
patch
|
blob
|
history
diff --git
a/src/kernel/kernel.cpp
b/src/kernel/kernel.cpp
index 086ed6349bb68367c24d23203a35253898d080eb..95608909f8cac15cb4cf9b3cc3e69996bbf2d263 100644
(file)
--- a/
src/kernel/kernel.cpp
+++ b/
src/kernel/kernel.cpp
@@
-1196,7
+1196,7
@@
InterpEntry *QKernel::RunIntModule(char *ss, int r)
cf = fopen(a, "r");
if (cf == NULL) {
WriteMessage("File not found: no .ccd file");
- return
(NULL)
;
+ return
NULL
;
}
fclose(cf);
@@
-1205,7
+1205,7
@@
InterpEntry *QKernel::RunIntModule(char *ss, int r)
cf = fopen(a, "r");
if (cf == NULL) {
WriteMessage("File not found: no .pcd file");
- return
(NULL)
;
+ return
NULL
;
}
fclose(cf);