diff options
Diffstat (limited to 'src/03/graph.h')
| -rw-r--r-- | src/03/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/03/graph.h b/src/03/graph.h index 65f01f5..d295490 100644 --- a/src/03/graph.h +++ b/src/03/graph.h @@ -3,7 +3,7 @@ typedef struct { } Vertex; typedef struct { - Vertex *vertices[256]; + Vertex *vertices[128]; } Graph; Graph *graph_initialize(void); |
