Removes useless space at the end of tickers
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <stdint.h>
|
||||
#include "ethUstream.h"
|
||||
|
||||
#define MAX_TICKER_LEN 12 // 10 characters + ' ' + '\0'
|
||||
#define MAX_TICKER_LEN 11 // 10 characters + '\0'
|
||||
#define MAX_ITEMS 2
|
||||
|
||||
typedef struct tokenDefinition_t {
|
||||
|
||||
Reference in New Issue
Block a user