]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
fixing that comment...
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 4af3e3cafbd894c7b3beda8e736c0f48aec743ff..35b1a7dfa26b850f0c7103ec61b23da9792a13fb 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -1628,7 +1628,7 @@ bool ast_function_codegen(ast_function *self, ir_builder *ir)
         return true;
     }
 
-    // have a local return value variable?
+    /* have a local return value variable? */
     if (self->return_value) {
         if (!ast_local_codegen(self->return_value, self->ir_func, false))
             return false;