mesa: s/MALLOC/malloc/
[mesa.git] / src / mesa / tnl / t_vb_fog.c
index cbd8dfc967f9b17bf6e2391a71217cebabcbfd9e..cd692ddfa852f6e0964e5d23d26bdb8f067037d0 100644 (file)
@@ -239,7 +239,7 @@ alloc_fog_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage)
 {
    TNLcontext *tnl = TNL_CONTEXT(ctx);
    struct fog_stage_data *store;
-   stage->privatePtr = MALLOC(sizeof(*store));
+   stage->privatePtr = malloc(sizeof(*store));
    store = FOG_STAGE_DATA(stage);
    if (!store)
       return GL_FALSE;