diff options
Diffstat (limited to 'include/stc/algo/sort.h')
| -rw-r--r-- | include/stc/algo/sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/algo/sort.h b/include/stc/algo/sort.h index 06d7395f..86c9b9f1 100644 --- a/include/stc/algo/sort.h +++ b/include/stc/algo/sort.h @@ -70,7 +70,7 @@ int main(void) { #ifndef i_tag #define i_tag i_key #endif - #define i_type c_PASTE(i_tag, array) + #define i_type c_PASTE(i_tag, s) typedef i_key i_type; #endif #ifndef i_at |
