Browse Source

Fix typo

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
689218618f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/malloc.c

+ 1
- 1
src/core/malloc.c View File

124
 		}
124
 		}
125
 	}
125
 	}
126
 
126
 
127
-	DBG ( "Failed to allocate %z (aligned %zx)\n", size, align );
127
+	DBG ( "Failed to allocate %zx (aligned %zx)\n", size, align );
128
 	return NULL;
128
 	return NULL;
129
 }
129
 }
130
 
130
 

Loading…
Cancel
Save