Updated return code.
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 15 Jul 2013 03:54:01 +0000 (05:54 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Mon, 15 Jul 2013 03:54:01 +0000 (05:54 +0200)
src/kernel/kernel.cpp

index 086ed6349bb68367c24d23203a35253898d080eb..95608909f8cac15cb4cf9b3cc3e69996bbf2d263 100644 (file)
@@ -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);