Milestone 2! Polished code, add settings menu
This commit is contained in:
+1
-2
@@ -127,7 +127,6 @@ int update_max_wpm(Stat_struct *stats) {
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
/* Appends first parameter to the end of end of the second parameter
|
||||
(Does not change size of the target, assumes there is space) */
|
||||
void append_line(char *source, char *target) {
|
||||
@@ -140,4 +139,4 @@ void append_line(char *source, char *target) {
|
||||
}
|
||||
target[i] = '\0'; /* End string */
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user