This is my code:
typedef struct mobiltelefon {
char herstellername[HLEN];
double displaydiagonale;
aufloesung_t aufloesung;
char standards[NUMBER_OF_STRINGS][STRINGLENGTH+1] = {"GPRS", "EDGE", "HSDPA", "HSUPA","HSPA","LTE"};
}handy_t;
I keep getting this error:
expected ; at the end of declaration list