mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
fixed: 761, 762. Fixed mis-spelled header file CArray.h to carray.h (#783)
Co-authored-by: Ravi Shankar Reddy Bommana <ravishankarreddy.bommana@citrix.com>
This commit is contained in:
parent
b2b9191273
commit
14d29d559a
@ -26,7 +26,7 @@ Return Codes
|
||||
|
||||
*/
|
||||
|
||||
#include "CArray.h"
|
||||
#include "carray.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "CArray.h"
|
||||
#include "carray.h"
|
||||
|
||||
int CArrayTests()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user